Browse Source

Upgrade to Postgresql 42.2.19

Closes gh-25679
pull/25690/head
Andy Wilkinson 5 years ago
parent
commit
1837429f6a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1329,7 +1329,7 @@ bom { @@ -1329,7 +1329,7 @@ bom {
]
}
}
library("Postgresql", "42.2.18") {
library("Postgresql", "42.2.19") {
group("org.postgresql") {
modules = [
"postgresql"

Loading…
Cancel
Save