This is an automated email from the ASF dual-hosted git repository.
mattcasters 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 1abc6530df Bump org.postgresql:postgresql from 42.7.11 to 42.7.12 in
/lib-jdbc (#7611)
1abc6530df is described below
commit 1abc6530dfe6f43b920c098888cc7ab582b04a13
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 23 20:04:43 2026 +0200
Bump org.postgresql:postgresql from 42.7.11 to 42.7.12 in /lib-jdbc (#7611)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from
42.7.11 to 42.7.12.
- [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.11...REL42.7.12)
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-version: 42.7.12
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 457da82377..6dad8bc0d3 100644
--- a/lib-jdbc/pom.xml
+++ b/lib-jdbc/pom.xml
@@ -38,7 +38,7 @@
<jt400.version>21.0.6</jt400.version>
<monetdb.version>12.2</monetdb.version>
<mssqlnative.version>13.4.0.jre11</mssqlnative.version>
- <postgresql.version>42.7.11</postgresql.version>
+ <postgresql.version>42.7.12</postgresql.version>
<redshift.version>2.2.7</redshift.version>
<snowflake.jdbc.version>4.3.0</snowflake.jdbc.version>
<sqlite.version>3.53.2.0</sqlite.version>