Browse Source

Upgrade to R2DBC Pool 1.0.1.RELEASE

Closes gh-36920
pull/37018/head
Stephane Nicoll 3 years ago
parent
commit
d175ddb2fa
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save