Browse Source

Upgrade to Postgresql 42.6.1

Closes gh-39671
pull/39958/head
Andy Wilkinson 2 years ago
parent
commit
9411da2a24
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1123,7 +1123,7 @@ bom {
] ]
} }
} }
library("Postgresql", "42.6.0") { library("Postgresql", "42.6.1") {
group("org.postgresql") { group("org.postgresql") {
modules = [ modules = [
"postgresql" "postgresql"

Loading…
Cancel
Save