File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
flink-dist/src/main/resources/META-INF
flink-fs-hadoop-shaded/src/main/resources/META-INF
flink-s3-fs-hadoop/src/main/resources/META-INF
flink-s3-fs-presto/src/main/resources/META-INF
flink-formats/flink-sql-avro-confluent-registry/src/main/resources/META-INF Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This project bundles the following dependencies under the Apache Software Licens
13
13
- commons-collections:commons-collections:3.2.2
14
14
- commons-io:commons-io:2.15.1
15
15
- 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
17
17
- org.apache.commons:commons-math3:3.6.1
18
18
- org.apache.commons:commons-text:1.10.0
19
19
- org.javassist:javassist:3.24.0-GA
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This project bundles the following dependencies under the Apache Software Licens
20
20
- commons-logging:commons-logging:1.1.3
21
21
- org.apache.commons:commons-compress:1.26.0
22
22
- 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
24
24
- org.apache.commons:commons-text:1.10.0
25
25
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1
26
26
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This project bundles the following dependencies under the Apache Software Licens
26
26
- joda-time:joda-time:2.5
27
27
- org.apache.commons:commons-compress:1.26.0
28
28
- 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
30
30
- org.apache.commons:commons-text:1.10.0
31
31
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1
32
32
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ This project bundles the following dependencies under the Apache Software Licens
38
38
- org.alluxio:alluxio-shaded-client:2.7.3
39
39
- org.apache.commons:commons-compress:1.26.0
40
40
- 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
42
42
- org.apache.commons:commons-text:1.10.0
43
43
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1
44
44
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This project bundles the following dependencies under the Apache Software Licens
15
15
- io.confluent:kafka-schema-registry-client:7.5.3
16
16
- org.apache.avro:avro:1.11.4
17
17
- 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
19
19
- org.apache.kafka:kafka-clients:7.5.3-ccs
20
20
- org.xerial.snappy:snappy-java:1.1.10.7
21
21
- org.yaml:snakeyaml:2.3
Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ under the License.
219
219
<test .randomization.seed/>
220
220
<test .unit.pattern>**/*Test.*</test .unit.pattern>
221
221
<snappy .java.version>1.1.10.7</snappy .java.version>
222
+ <commons-lang3 .version>3.18.0</commons-lang3 .version>
222
223
</properties >
223
224
224
225
<dependencies >
@@ -553,7 +554,7 @@ under the License.
553
554
<dependency >
554
555
<groupId >org.apache.commons</groupId >
555
556
<artifactId >commons-lang3</artifactId >
556
- <version >3.12.0 </version >
557
+ <version >${commons-lang3.version} </version >
557
558
</dependency >
558
559
559
560
<dependency >
You can’t perform that action at this time.
0 commit comments