This is an automated email from the ASF dual-hosted git repository. csringhofer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit 0e3079202380f0ed766659311166fe8728781d30 Author: Csaba Ringhofer <[email protected]> AuthorDate: Thu Sep 18 16:40:51 2025 +0200 IMPALA-14444: Upgrade bouncycastle to 1.79 Change-Id: Ib20c840be2811467716c8de5d2f816a0e5531eb4 Reviewed-on: http://gerrit.cloudera.org:8080/23437 Reviewed-by: Peter Rozsa <[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 b4c4ff01f..faad1da0e 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -271,7 +271,7 @@ export APACHE_OZONE_VERSION=1.4.0 # Java dependencies that are not also runtime components. Declaring versions here allows # other branches to override them in impala-config-branch.sh for cleaner patches. -export IMPALA_BOUNCY_CASTLE_VERSION=1.78 +export IMPALA_BOUNCY_CASTLE_VERSION=1.79 export IMPALA_COMMONS_LANG3_VERSION=3.18.0 export IMPALA_COS_VERSION=3.1.0-8.0.8 export IMPALA_DERBY_VERSION=10.14.2.0
