IMPALA-13619: Update commons-lang3 to 3.17.0

Updates commons-lang3 - used by Thrift and Orc - to 3.17.0, and
provides the IMPALA_COMMONS_LANG3_VERSION environment variable to
override the version.

Change-Id: I4005f8aef1cf66a32840cd0b510cd7faf597f5f2
Reviewed-on: http://gerrit.cloudera.org:8080/22227
Reviewed-by: Peter Rozsa <prozsa@cloudera.com>
Reviewed-by: Michael Smith <michael.smith@cloudera.com>
Tested-by: Michael Smith <michael.smith@cloudera.com>
This commit is contained in:
Michael Smith
2024-12-17 09:42:47 -08:00
parent aefd1b0920
commit 30ffc2f493
2 changed files with 8 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ under the License.
<kudu.version>${env.IMPALA_KUDU_VERSION}</kudu.version>
<slf4j.version>${env.IMPALA_SLF4J_VERSION}</slf4j.version>
<commons-io.version>${env.IMPALA_COMMONS_IO_VERSION}</commons-io.version>
<commons-lang3.version>${env.IMPALA_COMMONS_LANG3_VERSION}</commons-lang3.version>
<reload4j.version>${env.IMPALA_RELOAD4j_VERSION}</reload4j.version>
<junit.version>${env.IMPALA_JUNIT_VERSION}</junit.version>
<!-- Beware compatibility requirements with Thrift and
@@ -264,6 +265,12 @@ under the License.
<version>${avro.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<!-- Override httpcore from libthrift to a later maintenance version. Noticed
certain SPNEGO auth errors when connecting to kerberized HTTP endpoints
using v4.4.1 pulled by libthrift. -->