This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new 35b6e5872dc HBASE-29450 Bump org.apache.commons:commons-lang3 from
3.17.0 to 3.18.0 (#7152)
35b6e5872dc is described below
commit 35b6e5872dc43f3f451a9580de986d13acf39070
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 21 14:47:12 2025 +0800
HBASE-29450 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0
(#7152)
Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.18.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit 8734f7037858ceb4d8e9eba06074dbf7077b64e2)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 825e7619064..5b3a23f8405 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.17.0</commons-lang3.version>
+ <commons-lang3.version>3.18.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>