Browse Source

Upgrade to R2DBC Pool 1.0.2.RELEASE

Closes gh-42754
pull/43204/head
Andy Wilkinson 1 year ago
parent
commit
d88d93e044
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1635,7 +1635,7 @@ bom { @@ -1635,7 +1635,7 @@ bom {
]
}
}
library("R2DBC Pool", "1.0.1.RELEASE") {
library("R2DBC Pool", "1.0.2.RELEASE") {
considerSnapshots()
group("io.r2dbc") {
modules = [

Loading…
Cancel
Save