You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2022/04/09 10:08:34 UTC

[druid] branch master updated: Bump PostgreSQL JDBC driver to 42.3.3 (CVE-2022-21724) (#12410)

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

abhishek 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 d2a6754692 Bump PostgreSQL JDBC driver to 42.3.3 (CVE-2022-21724) (#12410)
d2a6754692 is described below

commit d2a6754692af3d14ba7622f8c7ad6a8b06eb461a
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Sat Apr 9 03:08:26 2022 -0700

    Bump PostgreSQL JDBC driver to 42.3.3 (CVE-2022-21724) (#12410)
    
    * Bump PostgreSQL JDBC driver to 42.3.3 (CVE-2022-21724)
    
    * update license file
---
 licenses.yaml | 6 +++---
 pom.xml       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index acbc5c4117..4d3d64615c 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -4142,7 +4142,7 @@ name: PostgreSQL JDBC Driver
 license_category: binary
 module: extensions/druid-lookups-cached-single
 license_name: BSD-2-Clause License
-version: 42.2.14
+version: 42.3.3
 copyright: PostgreSQL Global Development Group
 license_file_path: licenses/bin/postgresql.BSD2
 libraries:
@@ -4154,7 +4154,7 @@ name: PostgreSQL JDBC Driver
 license_category: binary
 module: extensions/druid-lookups-cached-global
 license_name: BSD-2-Clause License
-version: 42.2.14
+version: 42.3.3
 copyright: PostgreSQL Global Development Group
 license_file_path: licenses/bin/postgresql.BSD2
 libraries:
@@ -4166,7 +4166,7 @@ name: PostgreSQL JDBC Driver
 license_category: binary
 module: extensions/postgresql-metadata-storage
 license_name: BSD-2-Clause License
-version: 42.2.14
+version: 42.3.3
 copyright: PostgreSQL Global Development Group
 license_file_path: licenses/bin/postgresql.BSD2
 libraries:
diff --git a/pom.xml b/pom.xml
index 8989bf5dd3..8a841aa4bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
         <mariadb.version>2.7.3</mariadb.version>
         <netty3.version>3.10.6.Final</netty3.version>
         <netty4.version>4.1.68.Final</netty4.version>
-        <postgresql.version>42.2.14</postgresql.version>
+        <postgresql.version>42.3.3</postgresql.version>
         <protobuf.version>3.11.0</protobuf.version>
         <resilience4j.version>1.3.1</resilience4j.version>
         <slf4j.version>1.7.36</slf4j.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org