This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 06aa9240041 [improve][build] Bump org.apache.commons:commons-lang3 
from 3.17.0 to 3.18.0 (#24514)
06aa9240041 is described below

commit 06aa9240041e0630762c87470c8ebdfd5a8c7172
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 +-
 pulsar-sql/presto-distribution/LICENSE           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 8ca8ba9cb0f..004d4a87ac0 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -51,7 +51,7 @@
     <log4j2.version>2.18.0</log4j2.version>
     <slf4j.version>1.7.32</slf4j.version>
     <testng.version>7.7.1</testng.version>
-    <commons-lang3.version>3.11</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 f95893b810c..62fffc068d1 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -286,7 +286,7 @@ The Apache Software License, Version 2.0
     - commons-logging-commons-logging-1.1.1.jar
     - org.apache.commons-commons-collections4-4.4.jar
     - org.apache.commons-commons-compress-1.26.0.jar
-    - org.apache.commons-commons-lang3-3.11.jar
+    - org.apache.commons-commons-lang3-3.18.0.jar
     - org.apache.commons-commons-text-1.10.0.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 c951a4901cb..8e5b845880d 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -344,7 +344,7 @@ The Apache Software License, Version 2.0
     - commons-io-2.18.0.jar
     - commons-lang-2.6.jar
     - commons-logging-1.2.jar
-    - commons-lang3-3.11.jar
+    - commons-lang3-3.18.0.jar
     - commons-text-1.10.0.jar
     - commons-compress-1.26.0.jar
  * Netty
diff --git a/pom.xml b/pom.xml
index 9a6cfa08dbb..f49d8c31282 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <aircompressor.version>0.27</aircompressor.version>
     <asynchttpclient.version>2.12.4</asynchttpclient.version>
     <jcommander.version>1.82</jcommander.version>
-    <commons-lang3.version>3.11</commons-lang3.version>
+    <commons-lang3.version>3.18.0</commons-lang3.version>
     <commons-configuration.version>1.10</commons-configuration.version>
     <commons-io.version>2.18.0</commons-io.version>
     <commons-codec.version>1.15</commons-codec.version>
diff --git a/pulsar-sql/presto-distribution/LICENSE 
b/pulsar-sql/presto-distribution/LICENSE
index dc7433f2df1..f3877abbcfc 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -229,7 +229,7 @@ The Apache Software License, Version 2.0
  * Apache Commons
     - commons-math3-3.6.1.jar
     - commons-compress-1.26.0.jar
-    - commons-lang3-3.11.jar
+    - commons-lang3-3.18.0.jar
  * Netty
     - netty-buffer-4.1.122.Final.jar
     - netty-codec-4.1.122.Final.jar

Reply via email to