Browse Source

Upgrade to R2DBC Postgresql 1.0.4.RELEASE

Closes gh-39180
pull/39395/head
Andy Wilkinson 2 years ago
parent
commit
fee512d821
  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.3.RELEASE") {
library("R2DBC Postgresql", "1.0.4.RELEASE") {
considerSnapshots()
group("org.postgresql") {
modules = [

Loading…
Cancel
Save