Browse Source

Upgrade to Postgresql 42.3.7

Closes gh-32242
pull/32501/head
Stephane Nicoll 3 years ago
parent
commit
7688444704
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1400,7 +1400,7 @@ bom { @@ -1400,7 +1400,7 @@ bom {
]
}
}
library("Postgresql", "42.3.6") {
library("Postgresql", "42.3.7") {
group("org.postgresql") {
modules = [
"postgresql"

Loading…
Cancel
Save