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 b47eea21ed4cfc3fd2654d2559224de1d2f0f539
Author: Joe McDonnell <[email protected]>
AuthorDate: Mon Aug 22 13:08:04 2022 -0700

    IMPALA-11513: Upgrade postregresql packge to 42.4.1
    
    This upgrades postgresql to address CVE-2022-31197.
    
    Testing:
     - Ran core job
    
    Change-Id: Ic891b75a8f3383c6bb1229a41033896873441e21
    Reviewed-on: http://gerrit.cloudera.org:8080/18890
    Reviewed-by: Wenzhe Zhou <[email protected]>
    Tested-by: Joe McDonnell <[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 19868d806..fd3553de4 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -151,7 +151,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.3.3
+export IMPALA_POSTGRES_JDBC_DRIVER_VERSION=42.4.1
 unset IMPALA_POSTGRES_JDBC_DRIVER_URL
 export IMPALA_PYTHON_VERSION=2.7.16
 unset IMPALA_PYTHON_URL

Reply via email to