This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 23bc661970 Bump org.postgresql:postgresql in /contrib/storage-jdbc
(#3068)
23bc661970 is described below
commit 23bc6619705fe4f625a4dbe68e0044bd8dead73b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 2 13:42:49 2026 -0700
Bump org.postgresql:postgresql in /contrib/storage-jdbc (#3068)
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:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
contrib/storage-jdbc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml
index d9fb721c4d..5982caa94d 100644
--- a/contrib/storage-jdbc/pom.xml
+++ b/contrib/storage-jdbc/pom.xml
@@ -34,7 +34,7 @@
<mysql.connector.version>8.4.0</mysql.connector.version>
<clickhouse.jdbc.version>0.3.1</clickhouse.jdbc.version>
<h2.version>2.2.220</h2.version>
- <postgresql.version>42.7.11</postgresql.version>
+ <postgresql.version>42.7.12</postgresql.version>
<mssql-jdbc.version>13.2.1.jre11</mssql-jdbc.version>
<jtds.version>1.3.1</jtds.version>
</properties>