This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 41abf99a62 Bump org.postgresql:postgresql from 42.7.10 to 42.7.11 in
/lib-jdbc (#7105)
41abf99a62 is described below
commit 41abf99a628d3adb1466b9085a19afc37d420a5b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 7 10:49:01 2026 +0200
Bump org.postgresql:postgresql from 42.7.10 to 42.7.11 in /lib-jdbc (#7105)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from
42.7.10 to 42.7.11.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.10...REL42.7.11)
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-version: 42.7.11
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
lib-jdbc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib-jdbc/pom.xml b/lib-jdbc/pom.xml
index cfce992468..14d0b7357c 100644
--- a/lib-jdbc/pom.xml
+++ b/lib-jdbc/pom.xml
@@ -39,7 +39,7 @@
<monetdb.version>12.0</monetdb.version>
<mssqlnative.version>13.4.0.jre11</mssqlnative.version>
<mysql.version>9.1.0</mysql.version>
- <postgresql.version>42.7.10</postgresql.version>
+ <postgresql.version>42.7.11</postgresql.version>
<redshift.version>2.1.0.32</redshift.version>
<snowflake.jdbc.version>3.28.0</snowflake.jdbc.version>
<sqlite.version>3.51.2.0</sqlite.version>