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
commit 2ff288b03b20df8af66864422a9941c7498cea88 Author: Michael Smith <[email protected]> AuthorDate: Wed Apr 5 15:11:37 2023 -0700 IMPALA-12044: Update Spring Framework to 5.3.26 Updates Spring Framework to 5.3.26 to address CVE-2023-20861. Change-Id: I61f39124c9c3fbb6f6154592d331d7b93d543191 Reviewed-on: http://gerrit.cloudera.org:8080/19696 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 acfd43210..cd280198e 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -253,7 +253,7 @@ export IMPALA_ORC_JAVA_VERSION=1.7.6 export IMPALA_PAC4J_VERSION=4.5.5 export IMPALA_RELOAD4j_VERSION=1.2.22 export IMPALA_SLF4J_VERSION=2.0.3 -export IMPALA_SPRINGFRAMEWORK_VERSION=5.3.20 +export IMPALA_SPRINGFRAMEWORK_VERSION=5.3.26 export IMPALA_XMLSEC_VERSION=2.2.3 export IMPALA_OBS_VERSION=3.1.1-hw-42
