Browse Source

Upgrade to Postgresql 42.7.2

Closes gh-39720
pull/39734/head
Andy Wilkinson 2 years ago
parent
commit
b93ccb523e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1126,7 +1126,7 @@ bom { @@ -1126,7 +1126,7 @@ bom {
]
}
}
library("Postgresql", "42.7.1") {
library("Postgresql", "42.7.2") {
group("org.postgresql") {
modules = [
"postgresql"

Loading…
Cancel
Save