This is an automated email from the ASF dual-hosted git repository.

gianm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 577dd6a6fcf Bump postgres dep due to high vuln (#19474)
577dd6a6fcf is described below

commit 577dd6a6fcfff7bc12bb992d2279aa5430826192
Author: Lucas Capistrant <[email protected]>
AuthorDate: Tue May 19 00:12:54 2026 -0500

    Bump postgres dep due to high vuln (#19474)
---
 licenses.yaml | 6 +++---
 pom.xml       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index d8bb74aecce..01260251874 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3759,7 +3759,7 @@ name: PostgreSQL JDBC Driver
 license_category: binary
 module: extensions/druid-lookups-cached-single
 license_name: BSD-2-Clause License
-version: 42.7.2
+version: 42.7.11
 copyright: PostgreSQL Global Development Group
 license_file_path: licenses/bin/postgresql.BSD2
 libraries:
@@ -3771,7 +3771,7 @@ name: PostgreSQL JDBC Driver
 license_category: binary
 module: extensions/druid-lookups-cached-global
 license_name: BSD-2-Clause License
-version: 42.7.2
+version: 42.7.11
 copyright: PostgreSQL Global Development Group
 license_file_path: licenses/bin/postgresql.BSD2
 libraries:
@@ -3783,7 +3783,7 @@ name: PostgreSQL JDBC Driver
 license_category: binary
 module: extensions/postgresql-metadata-storage
 license_name: BSD-2-Clause License
-version: 42.7.2
+version: 42.7.11
 copyright: PostgreSQL Global Development Group
 license_file_path: licenses/bin/postgresql.BSD2
 libraries:
diff --git a/pom.xml b/pom.xml
index a4ae74100c8..326acdaf102 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         <mariadb.version>2.7.3</mariadb.version>
         <netty3.version>3.10.6.Final</netty3.version>
         <netty4.version>4.2.12.Final</netty4.version>
-        <postgresql.version>42.7.2</postgresql.version>
+        <postgresql.version>42.7.11</postgresql.version>
         <protobuf.version>3.25.8</protobuf.version>
         <resilience4j.version>1.3.1</resilience4j.version>
         <slf4j.version>2.0.17</slf4j.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to