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 991c0d5cf IMPALA-14326: Update commons-lang3 to version 3.18.0
991c0d5cf is described below
commit 991c0d5cf32f80240da977737f4363f01823efe7
Author: Daniel Becker <[email protected]>
AuthorDate: Tue Aug 19 16:38:23 2025 +0200
IMPALA-14326: Update commons-lang3 to version 3.18.0
Update commons-lang3 from version 3.17.0 to 3.18.0.
Testing:
- Core tests passed.
Change-Id: Ie3f2e4ac7232e3f2e2c1c6c6a62225564faaaf4a
Reviewed-on: http://gerrit.cloudera.org:8080/23324
Reviewed-by: Csaba Ringhofer <[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 cbdc27be7..88aab1813 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -272,7 +272,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_COMMONS_LANG3_VERSION=3.17.0
+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
export IMPALA_GUAVA_VERSION=32.1.2-jre