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 fef4bf430dd6191cd741b262e260ad98a94e8c1b Author: Michael Smith <[email protected]> AuthorDate: Mon Jun 24 15:24:11 2024 -0700 IMPALA-13175: Upgrade Spring Framework to 5.3.37 Upgrades Spring Framework to 5.3.37 to address CVE-2024-22243, CVE-2024-22259, and CVE-2024-22262. Change-Id: Ic99eadb89f457b45b721b18054a06e497c3a82f5 Reviewed-on: http://gerrit.cloudera.org:8080/21551 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Wenzhe Zhou <[email protected]> Reviewed-by: Yida Wu <[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 24676f998..0b9176e91 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -293,7 +293,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.27 +export IMPALA_SPRINGFRAMEWORK_VERSION=5.3.37 export IMPALA_XMLSEC_VERSION=2.2.6 export IMPALA_OBS_VERSION=3.1.1-hw-42 export IMPALA_DBCP2_VERSION=2.9.0
