This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new 00a5a5564a4 HBASE-29246 Update commons-lang3 to 3.17.0 (#6895)
00a5a5564a4 is described below
commit 00a5a5564a4560f10a0a9575642752ccd0dcfe64
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]>
(cherry picked from commit a17b49bc31ebad2006c4516b21fc3ba054b9b200)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6e2c5f370ff..09129d7f26e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -576,7 +576,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>