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

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

commit 31b6073f2d5eb8276f82db6e0f6a98e7e0c9fed6
Author: Michael Smith <[email protected]>
AuthorDate: Thu Jan 26 11:51:48 2023 -0800

    IMPALA-11852: Upgrade postgres jdbc driver to 42.5.1
    
    Upgrades postgresql jdbc driver to 42.5.1 to address CVE-2022-41946.
    
    Change-Id: If41b37ce649eeb6113da3130d4f184509eb085fa
    Reviewed-on: http://gerrit.cloudera.org:8080/19435
    Reviewed-by: Impala Public Jenkins <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 bin/impala-config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index b0a0de7df..a02a8b694 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -155,7 +155,7 @@ export IMPALA_PROTOBUF_VERSION=3.14.0
 unset IMPALA_PROTOBUF_URL
 export IMPALA_PROTOBUF_CLANG_VERSION=3.14.0-clangcompat-p2
 unset IMPALA_PROTOBUF_CLANG_URL
-export IMPALA_POSTGRES_JDBC_DRIVER_VERSION=42.4.1
+export IMPALA_POSTGRES_JDBC_DRIVER_VERSION=42.5.1
 unset IMPALA_POSTGRES_JDBC_DRIVER_URL
 export IMPALA_PYTHON_VERSION=2.7.16
 unset IMPALA_PYTHON_URL

Reply via email to