This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push: new 8734f703785 HBASE-29450 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#7152) 8734f703785 is described below commit 8734f7037858ceb4d8e9eba06074dbf7077b64e2 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] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Duo Zhang <zhang...@apache.org> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 97114e1698f..9b315685e0d 100644 --- a/pom.xml +++ b/pom.xml @@ -879,7 +879,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.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>