Upgrade to Postgresql 42.7.7

Closes gh-45941
This commit is contained in:
Stéphane Nicoll 2025-06-12 21:31:07 +02:00
parent ea7c750909
commit cc21ec3b27
1 changed files with 1 additions and 1 deletions

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.6") {
library("Postgresql", "42.7.7") {
group("org.postgresql") {
modules = [
"postgresql"