This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 19918cf54206693f4c2de05d17ff756c3616711a Author: Lari Hotari <[email protected]> AuthorDate: Mon Nov 17 20:56:11 2025 +0200 [improve] Upgrade Apache Commons library versions (#24983) (cherry picked from commit 8fb418bd4456acac1c2bcb9258d6d895f539b913) --- buildtools/pom.xml | 2 +- distribution/server/src/assemble/LICENSE.bin.txt | 14 +++++++------- distribution/shell/src/assemble/LICENSE.bin.txt | 10 +++++----- pom.xml | 14 +++++++------- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 1c6301c0aaf..2cecc71e0f0 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -51,7 +51,7 @@ <log4j2.version>2.25.2</log4j2.version> <slf4j.version>2.0.17</slf4j.version> <testng.version>7.7.1</testng.version> - <commons-lang3.version>3.18.0</commons-lang3.version> + <commons-lang3.version>3.19.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 61f32b5404d..7a5656029e9 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -283,16 +283,16 @@ The Apache Software License, Version 2.0 - com.yahoo.datasketches-sketches-core-0.8.3.jar * Apache Commons - commons-beanutils-commons-beanutils-1.11.0.jar - - commons-cli-commons-cli-1.9.0.jar - - commons-codec-commons-codec-1.18.0.jar - - commons-io-commons-io-2.19.0.jar + - commons-cli-commons-cli-1.11.0.jar + - commons-codec-commons-codec-1.20.0.jar + - commons-io-commons-io-2.21.0.jar - commons-logging-commons-logging-1.3.5.jar - commons-collections-commons-collections-3.2.2.jar - - org.apache.commons-commons-collections4-4.4.jar - - org.apache.commons-commons-compress-1.27.1.jar + - org.apache.commons-commons-collections4-4.5.0.jar + - org.apache.commons-commons-compress-1.28.0.jar - org.apache.commons-commons-configuration2-2.12.0.jar - - org.apache.commons-commons-lang3-3.18.0.jar - - org.apache.commons-commons-text-1.13.1.jar + - org.apache.commons-commons-lang3-3.19.0.jar + - org.apache.commons-commons-text-1.14.0.jar * Netty - io.netty-netty-buffer-4.1.128.Final.jar - io.netty-netty-codec-4.1.128.Final.jar diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt b/distribution/shell/src/assemble/LICENSE.bin.txt index 0a6385d2a97..9df7ed6eb86 100644 --- a/distribution/shell/src/assemble/LICENSE.bin.txt +++ b/distribution/shell/src/assemble/LICENSE.bin.txt @@ -338,12 +338,12 @@ The Apache Software License, Version 2.0 - memory-0.8.3.jar - sketches-core-0.8.3.jar * Apache Commons - - commons-codec-1.18.0.jar - - commons-io-2.19.0.jar + - commons-codec-1.20.0.jar + - commons-io-2.21.0.jar - commons-logging-1.3.5.jar - - commons-lang3-3.18.0.jar - - commons-text-1.13.1.jar - - commons-compress-1.27.1.jar + - commons-lang3-3.19.0.jar + - commons-text-1.14.0.jar + - commons-compress-1.28.0.jar - commons-beanutils-1.11.0.jar - commons-collections-3.2.2.jar - commons-configuration2-2.12.0.jar diff --git a/pom.xml b/pom.xml index 89ffadcb2c3..e574301b52d 100644 --- a/pom.xml +++ b/pom.xml @@ -175,12 +175,12 @@ flexible messaging model and an intuitive client API.</description> <narPluginPhase>package</narPluginPhase> <!-- apache commons --> - <commons-compress.version>1.27.1</commons-compress.version> + <commons-compress.version>1.28.0</commons-compress.version> <bookkeeper.version>4.17.2</bookkeeper.version> <zookeeper.version>3.9.4</zookeeper.version> - <commons-cli.version>1.9.0</commons-cli.version> - <commons-text.version>1.13.1</commons-text.version> + <commons-cli.version>1.11.0</commons-cli.version> + <commons-text.version>1.14.0</commons-text.version> <snappy.version>1.1.10.5</snappy.version> <!-- ZooKeeper server --> <dropwizardmetrics.version>4.1.12.1</dropwizardmetrics.version> <!-- ZooKeeper server --> <curator.version>5.7.1</curator.version> @@ -194,7 +194,7 @@ flexible messaging model and an intuitive client API.</description> <vertx.version>4.5.22</vertx.version> <rocksdb.version>7.9.2</rocksdb.version> <slf4j.version>2.0.17</slf4j.version> - <commons.collections4.version>4.4</commons.collections4.version> + <commons.collections4.version>4.5.0</commons.collections4.version> <log4j2.version>2.25.2</log4j2.version> <!-- bouncycastle dependencies aren't necessarily aligned --> <bouncycastle.bcprov-jdk18on.version>1.78.1</bouncycastle.bcprov-jdk18on.version> @@ -259,9 +259,9 @@ 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.18.0</commons-lang3.version> - <commons-io.version>2.19.0</commons-io.version> - <commons-codec.version>1.18.0</commons-codec.version> + <commons-lang3.version>3.19.0</commons-lang3.version> + <commons-io.version>2.21.0</commons-io.version> + <commons-codec.version>1.20.0</commons-codec.version> <commons-logging.version>1.3.5</commons-logging.version> <jakarta.ws.rs-api.version>2.1.6</jakarta.ws.rs-api.version> <hdrHistogram.version>2.1.9</hdrHistogram.version>
