Browse Source

Upgrade to Postgresql 42.2.23

Closes gh-27280
pull/27297/head
Stephane Nicoll 5 years ago
parent
commit
4bdd75cfb5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save