Browse Source

Upgrade to Postgresql 42.3.4

Closes gh-30728
pull/30742/head
Stephane Nicoll 4 years ago
parent
commit
cbf2da995b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1387,7 +1387,7 @@ bom { @@ -1387,7 +1387,7 @@ bom {
]
}
}
library("Postgresql", "42.3.3") {
library("Postgresql", "42.3.4") {
group("org.postgresql") {
modules = [
"postgresql"

Loading…
Cancel
Save