This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 5807fa212dc HIVE-29387:Upgrade commons-lang3 version from 3.14.0 to 
3.17.0 (#6349)
5807fa212dc is described below

commit 5807fa212dcbe5e6c5ad7e994aed9237c5167bfa
Author: architjainjain <[email protected]>
AuthorDate: Thu Mar 12 13:35:43 2026 +0530

    HIVE-29387:Upgrade commons-lang3 version from 3.14.0 to 3.17.0 (#6349)
---
 pom.xml                      | 7 ++++++-
 standalone-metastore/pom.xml | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c576fc62552..744e434b9a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
     <commons-configuration.version>1.10</commons-configuration.version>
     <commons-exec.version>1.1</commons-exec.version>
     <commons-io.version>2.16.1</commons-io.version>
-    <commons-lang3.version>3.14.0</commons-lang3.version>
+    <commons-lang3.version>3.17.0</commons-lang3.version>
     <commons-math3.version>3.6.1</commons-math3.version>
     <commons-dbcp2.version>2.12.0</commons-dbcp2.version>
     <commons-text.version>1.10.0</commons-text.version>
@@ -310,6 +310,11 @@
         <artifactId>paranamer</artifactId>
         <version>${paranamer.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <version>${commons-lang3.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.parquet</groupId>
         <artifactId>parquet</artifactId>
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 30ca1bf00f4..991cb6c20a4 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -67,7 +67,7 @@
     
<apache-directory-server.version>2.0.0-M24</apache-directory-server.version>
     <checkstyle.version>11.1.0</checkstyle.version>
     <commons-collections4.version>4.4</commons-collections4.version>
-    <commons-lang3.version>3.14.0</commons-lang3.version>
+    <commons-lang3.version>3.17.0</commons-lang3.version>
     <commons-dbcp2.version>2.12.0</commons-dbcp2.version>
     <datasketches.version>2.0.0</datasketches.version>
     <datanucleus-api-jdo.version>6.0.3</datanucleus-api-jdo.version>

Reply via email to