Browse Source

Upgrade to Postgresql 42.2.16

Closes gh-23315
pull/23585/head
Stephane Nicoll 5 years ago
parent
commit
3cb8a4fd5a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1366,7 +1366,7 @@ bom { @@ -1366,7 +1366,7 @@ bom {
]
}
}
library("Postgresql", "42.2.14") {
library("Postgresql", "42.2.16") {
group("org.postgresql") {
modules = [
"postgresql"

Loading…
Cancel
Save