You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by mi...@apache.org on 2023/09/11 17:45:49 UTC

[impala] branch master updated: IMPALA-12425: Upgrade json-smart to fix CVE

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 41da3f54d IMPALA-12425: Upgrade json-smart to fix CVE
41da3f54d is described below

commit 41da3f54dd674fea10efc44af90472f746fcfe0d
Author: Michael Smith <mi...@cloudera.com>
AuthorDate: Wed Sep 6 09:05:19 2023 -0700

    IMPALA-12425: Upgrade json-smart to fix CVE
    
    Change-Id: Id0090da84e40cf79289ad13cce07127e64f08ad3
    Reviewed-on: http://gerrit.cloudera.org:8080/20461
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
    Reviewed-by: Laszlo Gaal <la...@cloudera.com>
---
 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 fa147f40e..02a994135 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -253,7 +253,7 @@ export IMPALA_GUAVA_VERSION=31.1-jre
 export IMPALA_HUDI_VERSION=0.5.0-incubating
 export IMPALA_HTTP_CORE_VERSION=4.4.14
 export IMPALA_JACKSON_DATABIND_VERSION=2.13.4.2
-export IMPALA_JSON_SMART_VERSION=2.4.7
+export IMPALA_JSON_SMART_VERSION=2.4.11
 export IMPALA_JUNIT_VERSION=4.12
 export IMPALA_KITE_VERSION=1.1.0
 export IMPALA_ORC_JAVA_VERSION=1.7.6