Upgrade to Postgresql 42.7.5

Closes gh-43846
This commit is contained in:
Stéphane Nicoll 2025-01-15 20:38:42 +01:00
parent 8f45623fd4
commit 6601329eed
1 changed files with 1 additions and 1 deletions

View File

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