Upgrade to Postgresql 42.7.5

Closes gh-43856
This commit is contained in:
Stéphane Nicoll
2025-01-16 14:51:15 +01:00
parent 4f88aba39a
commit 249e21a0b7

View File

@@ -1668,7 +1668,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"