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

stoty pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new a17b49bc31e HBASE-29246 Update commons-lang3 to 3.17.0 (#6895)
a17b49bc31e is described below

commit a17b49bc31ebad2006c4516b21fc3ba054b9b200
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Apr 11 10:12:45 2025 +0200

    HBASE-29246 Update commons-lang3 to 3.17.0 (#6895)
    
    Signed-off-by: Duo Zhang <[email protected]>
    Signed-off-by: Nihal Jain <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4900cb71686..080afbc0f36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -578,7 +578,7 @@
     <caffeine.version>2.8.1</caffeine.version>
     <commons-codec.version>1.15</commons-codec.version>
     <commons-io.version>2.18.0</commons-io.version>
-    <commons-lang3.version>3.9</commons-lang3.version>
+    <commons-lang3.version>3.17.0</commons-lang3.version>
     <commons-math.version>3.6.1</commons-math.version>
     <commons-cli.version>1.5.0</commons-cli.version>
     <disruptor.version>3.4.4</disruptor.version>

Reply via email to