This is an automated email from the ASF dual-hosted git repository. wzhou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit c5abacb6fe03cbad5d0208e190d30f31a213d411 Author: Michael Smith <[email protected]> AuthorDate: Wed Jun 14 09:37:55 2023 -0700 IMPALA-12214: Upgrade Spring Framework to 5.3.27 Upgrades Spring Framework to 5.3.27 to address CVE-2023-20863. Change-Id: I62baf728a39841121e37fe778659e6fb69839a36 Reviewed-on: http://gerrit.cloudera.org:8080/20068 Reviewed-by: Joe McDonnell <[email protected]> Reviewed-by: Wenzhe Zhou <[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 478e9bf43..644384e1f 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -252,7 +252,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.26 +export IMPALA_SPRINGFRAMEWORK_VERSION=5.3.27 export IMPALA_XMLSEC_VERSION=2.2.3 export IMPALA_OBS_VERSION=3.1.1-hw-42
