Browse Source

Upgrade to Postgresql 42.5.4

Closes gh-34296
pull/34312/head
Andy Wilkinson 3 years ago
parent
commit
eea731f517
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1053,7 +1053,7 @@ bom { @@ -1053,7 +1053,7 @@ bom {
]
}
}
library("Postgresql", "42.5.3") {
library("Postgresql", "42.5.4") {
group("org.postgresql") {
modules = [
"postgresql"

Loading…
Cancel
Save