This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 893f128a5c3 [improve][build] Bump org.apache.commons:commons-lang3
from 3.17.0 to 3.18.0 (#24514)
893f128a5c3 is described below
commit 893f128a5c3978657436eb27d881472d64ccd698
Author: Penghui Li <[email protected]>
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 <[email protected]>
(cherry picked from commit bc5b933c0015beec8bb1907273c630730cffc853)
---
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 fa3cef05f01..fa776481104 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 8132269a839..c77b5968230 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -291,7 +291,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 30508c26965..7069f744f24 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -341,7 +341,7 @@ The Apache Software License, Version 2.0
- commons-codec-1.18.0.jar
- commons-io-2.19.0.jar
- commons-logging-1.3.5.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 0821222fa77..6f30541320a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@ flexible messaging model and an intuitive client
API.</description>
<confluent.version>7.9.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-io.version>2.19.0</commons-io.version>
<commons-codec.version>1.18.0</commons-codec.version>
<commons-logging.version>1.3.5</commons-logging.version>