Upgrade to Postgresql 42.7.5

Closes gh-43842
This commit is contained in:
Stéphane Nicoll
2025-01-15 20:35:04 +01:00
parent f307982014
commit 1b0a1d7261

View File

@@ -1683,7 +1683,7 @@ bom {
javadoc("https://javadoc.io/doc/org.messaginghub/pooled-jms/{version}", "org.messaginghub.pooled.jms")
}
}
library("Postgresql", "42.7.4") {
library("Postgresql", "42.7.5") {
group("org.postgresql") {
modules = [
"postgresql"