Browse Source

Upgrade to R2DBC Postgresql 1.0.5.RELEASE

Closes gh-40390
3.1.x
Andy Wilkinson 2 years ago
parent
commit
c969cbbdba
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1172,7 +1172,7 @@ bom { @@ -1172,7 +1172,7 @@ bom {
]
}
}
library("R2DBC Postgresql", "1.0.4.RELEASE") {
library("R2DBC Postgresql", "1.0.5.RELEASE") {
considerSnapshots()
group("org.postgresql") {
modules = [

Loading…
Cancel
Save