Skip to content

Commit 2af372b

Browse files
authored
[FLINK-38193] Bump commons-lang3 to version 3.18.0
Signed-off-by: Jakub Stejskal <[email protected]>
1 parent 90762ab commit 2af372b

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

flink-dist/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project bundles the following dependencies under the Apache Software Licens
1313
- commons-collections:commons-collections:3.2.2
1414
- commons-io:commons-io:2.15.1
1515
- org.apache.commons:commons-compress:1.26.0
16-
- org.apache.commons:commons-lang3:3.12.0
16+
- org.apache.commons:commons-lang3:3.18.0
1717
- org.apache.commons:commons-math3:3.6.1
1818
- org.apache.commons:commons-text:1.10.0
1919
- org.javassist:javassist:3.24.0-GA

flink-filesystems/flink-fs-hadoop-shaded/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This project bundles the following dependencies under the Apache Software Licens
2020
- commons-logging:commons-logging:1.1.3
2121
- org.apache.commons:commons-compress:1.26.0
2222
- org.apache.commons:commons-configuration2:2.1.1
23-
- org.apache.commons:commons-lang3:3.12.0
23+
- org.apache.commons:commons-lang3:3.18.0
2424
- org.apache.commons:commons-text:1.10.0
2525
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1
2626
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1

flink-filesystems/flink-s3-fs-hadoop/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This project bundles the following dependencies under the Apache Software Licens
2626
- joda-time:joda-time:2.5
2727
- org.apache.commons:commons-compress:1.26.0
2828
- org.apache.commons:commons-configuration2:2.1.1
29-
- org.apache.commons:commons-lang3:3.12.0
29+
- org.apache.commons:commons-lang3:3.18.0
3030
- org.apache.commons:commons-text:1.10.0
3131
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1
3232
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1

flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This project bundles the following dependencies under the Apache Software Licens
3838
- org.alluxio:alluxio-shaded-client:2.7.3
3939
- org.apache.commons:commons-compress:1.26.0
4040
- org.apache.commons:commons-configuration2:2.1.1
41-
- org.apache.commons:commons-lang3:3.12.0
41+
- org.apache.commons:commons-lang3:3.18.0
4242
- org.apache.commons:commons-text:1.10.0
4343
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1
4444
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1

flink-formats/flink-sql-avro-confluent-registry/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This project bundles the following dependencies under the Apache Software Licens
1515
- io.confluent:kafka-schema-registry-client:7.5.3
1616
- org.apache.avro:avro:1.11.4
1717
- org.apache.commons:commons-compress:1.26.0
18-
- org.apache.commons:commons-lang3:3.12.0
18+
- org.apache.commons:commons-lang3:3.18.0
1919
- org.apache.kafka:kafka-clients:7.5.3-ccs
2020
- org.xerial.snappy:snappy-java:1.1.10.7
2121
- org.yaml:snakeyaml:2.3

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ under the License.
219219
<test.randomization.seed/>
220220
<test.unit.pattern>**/*Test.*</test.unit.pattern>
221221
<snappy.java.version>1.1.10.7</snappy.java.version>
222+
<commons-lang3.version>3.18.0</commons-lang3.version>
222223
</properties>
223224

224225
<dependencies>
@@ -553,7 +554,7 @@ under the License.
553554
<dependency>
554555
<groupId>org.apache.commons</groupId>
555556
<artifactId>commons-lang3</artifactId>
556-
<version>3.12.0</version>
557+
<version>${commons-lang3.version}</version>
557558
</dependency>
558559

559560
<dependency>

0 commit comments

Comments
 (0)