Browse Source

Upgrade to Postgresql 42.2.24

Closes gh-28273
2.4.x
Stephane Nicoll 4 years ago
parent
commit
010713df1b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1269,7 +1269,7 @@ bom {
] ]
} }
} }
library("Postgresql", "42.2.23") { library("Postgresql", "42.2.24") {
group("org.postgresql") { group("org.postgresql") {
modules = [ modules = [
"postgresql" "postgresql"

Loading…
Cancel
Save