This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 3aafc32f5bd HBASE-29246 Update commons-lang3 to 3.17.0 (#6894)
3aafc32f5bd is described below
commit 3aafc32f5bd2d6de45557658dc99519e5426f4eb
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Apr 11 10:11:02 2025 +0200
HBASE-29246 Update commons-lang3 to 3.17.0 (#6894)
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 4e53ee05f8b..7533ce4eddd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -825,7 +825,7 @@
<commons-codec.version>1.15</commons-codec.version>
<commons-validator.version>1.7</commons-validator.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>