Skip to content

Commit 8fb418b

Browse files
authored
[improve] Upgrade Apache Commons library versions (#24983)
1 parent b9222ad commit 8fb418b

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

buildtools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<log4j2.version>2.25.2</log4j2.version>
5252
<slf4j.version>2.0.17</slf4j.version>
5353
<testng.version>7.7.1</testng.version>
54-
<commons-lang3.version>3.18.0</commons-lang3.version>
54+
<commons-lang3.version>3.19.0</commons-lang3.version>
5555
<license-maven-plugin.version>4.1</license-maven-plugin.version>
5656
<puppycrawl.checkstyle.version>10.14.2</puppycrawl.checkstyle.version>
5757
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>

distribution/server/src/assemble/LICENSE.bin.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,16 +283,16 @@ The Apache Software License, Version 2.0
283283
- com.yahoo.datasketches-sketches-core-0.8.3.jar
284284
* Apache Commons
285285
- commons-beanutils-commons-beanutils-1.11.0.jar
286-
- commons-cli-commons-cli-1.9.0.jar
287-
- commons-codec-commons-codec-1.18.0.jar
288-
- commons-io-commons-io-2.19.0.jar
286+
- commons-cli-commons-cli-1.11.0.jar
287+
- commons-codec-commons-codec-1.20.0.jar
288+
- commons-io-commons-io-2.21.0.jar
289289
- commons-logging-commons-logging-1.3.5.jar
290290
- commons-collections-commons-collections-3.2.2.jar
291-
- org.apache.commons-commons-collections4-4.4.jar
292-
- org.apache.commons-commons-compress-1.27.1.jar
291+
- org.apache.commons-commons-collections4-4.5.0.jar
292+
- org.apache.commons-commons-compress-1.28.0.jar
293293
- org.apache.commons-commons-configuration2-2.12.0.jar
294-
- org.apache.commons-commons-lang3-3.18.0.jar
295-
- org.apache.commons-commons-text-1.13.1.jar
294+
- org.apache.commons-commons-lang3-3.19.0.jar
295+
- org.apache.commons-commons-text-1.14.0.jar
296296
* Netty
297297
- io.netty-netty-buffer-4.1.128.Final.jar
298298
- io.netty-netty-codec-4.1.128.Final.jar

distribution/shell/src/assemble/LICENSE.bin.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,12 @@ The Apache Software License, Version 2.0
338338
- memory-0.8.3.jar
339339
- sketches-core-0.8.3.jar
340340
* Apache Commons
341-
- commons-codec-1.18.0.jar
342-
- commons-io-2.19.0.jar
341+
- commons-codec-1.20.0.jar
342+
- commons-io-2.21.0.jar
343343
- commons-logging-1.3.5.jar
344-
- commons-lang3-3.18.0.jar
345-
- commons-text-1.13.1.jar
346-
- commons-compress-1.27.1.jar
344+
- commons-lang3-3.19.0.jar
345+
- commons-text-1.14.0.jar
346+
- commons-compress-1.28.0.jar
347347
- commons-beanutils-1.11.0.jar
348348
- commons-collections-3.2.2.jar
349349
- commons-configuration2-2.12.0.jar

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ flexible messaging model and an intuitive client API.</description>
180180
<narPluginPhase>package</narPluginPhase>
181181

182182
<!-- apache commons -->
183-
<commons-compress.version>1.27.1</commons-compress.version>
183+
<commons-compress.version>1.28.0</commons-compress.version>
184184

185185
<bookkeeper.version>4.17.2</bookkeeper.version>
186186
<zookeeper.version>3.9.4</zookeeper.version>
187-
<commons-cli.version>1.9.0</commons-cli.version>
188-
<commons-text.version>1.13.1</commons-text.version>
187+
<commons-cli.version>1.11.0</commons-cli.version>
188+
<commons-text.version>1.14.0</commons-text.version>
189189
<snappy.version>1.1.10.5</snappy.version> <!-- ZooKeeper server -->
190190
<dropwizardmetrics.version>4.1.12.1</dropwizardmetrics.version> <!-- ZooKeeper server -->
191191
<curator.version>5.7.1</curator.version>
@@ -199,7 +199,7 @@ flexible messaging model and an intuitive client API.</description>
199199
<vertx.version>4.5.22</vertx.version>
200200
<rocksdb.version>7.9.2</rocksdb.version>
201201
<slf4j.version>2.0.17</slf4j.version>
202-
<commons.collections4.version>4.4</commons.collections4.version>
202+
<commons.collections4.version>4.5.0</commons.collections4.version>
203203
<log4j2.version>2.25.2</log4j2.version>
204204
<!-- bouncycastle dependencies aren't necessarily aligned -->
205205
<bouncycastle.bcprov-jdk18on.version>1.78.1</bouncycastle.bcprov-jdk18on.version>
@@ -262,9 +262,9 @@ flexible messaging model and an intuitive client API.</description>
262262
<confluent.version>7.9.2</confluent.version>
263263
<aircompressor.version>0.27</aircompressor.version>
264264
<asynchttpclient.version>2.12.4</asynchttpclient.version>
265-
<commons-lang3.version>3.18.0</commons-lang3.version>
266-
<commons-io.version>2.19.0</commons-io.version>
267-
<commons-codec.version>1.18.0</commons-codec.version>
265+
<commons-lang3.version>3.19.0</commons-lang3.version>
266+
<commons-io.version>2.21.0</commons-io.version>
267+
<commons-codec.version>1.20.0</commons-codec.version>
268268
<commons-logging.version>1.3.5</commons-logging.version>
269269
<jakarta.ws.rs-api.version>2.1.6</jakarta.ws.rs-api.version>
270270
<hdrHistogram.version>2.1.9</hdrHistogram.version>

0 commit comments

Comments
 (0)