Upgrade to Postgresql 42.7.7

Closes gh-45941
This commit is contained in:
Stéphane Nicoll
2025-06-12 21:32:30 +02:00
parent 8835d23e59
commit a18b2c88a9

View File

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