This is an automated email from the ASF dual-hosted git repository. daojun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push: new bc5b933c001 [improve][build] Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#24514) bc5b933c001 is described below commit bc5b933c0015beec8bb1907273c630730cffc853 Author: Penghui Li <peng...@apache.org> AuthorDate: Tue Jul 15 03:28:13 2025 -0700 [improve][build] Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#24514) Co-authored-by: Claude <nore...@anthropic.com> --- buildtools/pom.xml | 2 +- distribution/server/src/assemble/LICENSE.bin.txt | 2 +- distribution/shell/src/assemble/LICENSE.bin.txt | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 64f8df781f2..53a65593779 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -51,7 +51,7 @@ <log4j2.version>2.23.1</log4j2.version> <slf4j.version>2.0.13</slf4j.version> <testng.version>7.7.1</testng.version> - <commons-lang3.version>3.17.0</commons-lang3.version> + <commons-lang3.version>3.18.0</commons-lang3.version> <license-maven-plugin.version>4.1</license-maven-plugin.version> <puppycrawl.checkstyle.version>10.14.2</puppycrawl.checkstyle.version> <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version> diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt index aea5cc4dfc4..b6702edae7a 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -293,7 +293,7 @@ The Apache Software License, Version 2.0 - org.apache.commons-commons-collections4-4.4.jar - org.apache.commons-commons-compress-1.27.1.jar - org.apache.commons-commons-configuration2-2.12.0.jar - - org.apache.commons-commons-lang3-3.17.0.jar + - org.apache.commons-commons-lang3-3.18.0.jar - org.apache.commons-commons-text-1.13.1.jar * Netty - io.netty-netty-buffer-4.1.122.Final.jar diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt b/distribution/shell/src/assemble/LICENSE.bin.txt index e3441ccfcfc..d22e4ecc968 100644 --- a/distribution/shell/src/assemble/LICENSE.bin.txt +++ b/distribution/shell/src/assemble/LICENSE.bin.txt @@ -343,7 +343,7 @@ The Apache Software License, Version 2.0 - commons-codec-1.18.0.jar - commons-io-2.19.0.jar - commons-logging-1.2.jar - - commons-lang3-3.17.0.jar + - commons-lang3-3.18.0.jar - commons-text-1.13.1.jar - commons-compress-1.27.1.jar - commons-beanutils-1.11.0.jar diff --git a/pom.xml b/pom.xml index afe45db564e..a4c25957891 100644 --- a/pom.xml +++ b/pom.xml @@ -255,7 +255,7 @@ flexible messaging model and an intuitive client API.</description> <confluent.version>7.8.2</confluent.version> <aircompressor.version>0.27</aircompressor.version> <asynchttpclient.version>2.12.4</asynchttpclient.version> - <commons-lang3.version>3.17.0</commons-lang3.version> + <commons-lang3.version>3.18.0</commons-lang3.version> <commons-configuration.version>1.10</commons-configuration.version> <commons-io.version>2.19.0</commons-io.version> <commons-codec.version>1.18.0</commons-codec.version>