File tree 10 files changed +35
-13
lines changed
flink-dist/src/main/resources/META-INF
flink-end-to-end-tests/flink-sql-client-test
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-sql-avro/src/main/resources/META-INF
flink-sql-avro-confluent-registry/src/main/resources/META-INF
flink-table/flink-table-planner/src/main/resources/META-INF
10 files changed +35
-13
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ This project bundles the following dependencies under the Apache Software Licens
11
11
- com.ververica:frocksdbjni:6.20.3-ververica-2.0
12
12
- commons-cli:commons-cli:1.5.0
13
13
- commons-collections:commons-collections:3.2.2
14
- - commons-io:commons-io:2.11.0
15
- - org.apache.commons:commons-compress:1.24 .0
14
+ - commons-io:commons-io:2.15.1
15
+ - org.apache.commons:commons-compress:1.26 .0
16
16
- org.apache.commons:commons-lang3:3.12.0
17
17
- org.apache.commons:commons-math3:3.6.1
18
18
- org.apache.commons:commons-text:1.10.0
Original file line number Diff line number Diff line change @@ -69,6 +69,13 @@ under the License.
69
69
<artifactId >kafka</artifactId >
70
70
<scope >test</scope >
71
71
</dependency >
72
+
73
+ <dependency >
74
+ <groupId >commons-codec</groupId >
75
+ <artifactId >commons-codec</artifactId >
76
+ <scope >test</scope >
77
+ </dependency >
78
+
72
79
</dependencies >
73
80
74
81
<dependencyManagement >
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ This project bundles the following dependencies under the Apache Software Licens
16
16
- com.google.j2objc:j2objc-annotations:1.1
17
17
- commons-beanutils:commons-beanutils:1.9.4
18
18
- commons-collections:commons-collections:3.2.2
19
- - commons-io:commons-io:2.11.0
19
+ - commons-io:commons-io:2.15.1
20
20
- commons-logging:commons-logging:1.1.3
21
- - org.apache.commons:commons-compress:1.24 .0
21
+ - org.apache.commons:commons-compress:1.26 .0
22
22
- org.apache.commons:commons-configuration2:2.1.1
23
23
- org.apache.commons:commons-lang3:3.12.0
24
24
- org.apache.commons:commons-text:1.10.0
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ This project bundles the following dependencies under the Apache Software Licens
21
21
- commons-beanutils:commons-beanutils:1.9.4
22
22
- commons-codec:commons-codec:1.15
23
23
- commons-collections:commons-collections:3.2.2
24
- - commons-io:commons-io:2.11.0
24
+ - commons-io:commons-io:2.15.1
25
25
- commons-logging:commons-logging:1.1.3
26
26
- joda-time:joda-time:2.5
27
- - org.apache.commons:commons-compress:1.24 .0
27
+ - org.apache.commons:commons-compress:1.26 .0
28
28
- org.apache.commons:commons-configuration2:2.1.1
29
29
- org.apache.commons:commons-lang3:3.12.0
30
30
- org.apache.commons:commons-text:1.10.0
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ This project bundles the following dependencies under the Apache Software Licens
30
30
- commons-beanutils:commons-beanutils:1.9.4
31
31
- commons-codec:commons-codec:1.15
32
32
- commons-collections:commons-collections:3.2.2
33
- - commons-io:commons-io:2.11.0
33
+ - commons-io:commons-io:2.15.1
34
34
- commons-logging:commons-logging:1.1.3
35
35
- io.airlift:slice:0.38
36
36
- io.airlift:units:1.3
37
37
- joda-time:joda-time:2.5
38
38
- org.alluxio:alluxio-shaded-client:2.7.3
39
- - org.apache.commons:commons-compress:1.24 .0
39
+ - org.apache.commons:commons-compress:1.26 .0
40
40
- org.apache.commons:commons-configuration2:2.1.1
41
41
- org.apache.commons:commons-lang3:3.12.0
42
42
- org.apache.commons:commons-text:1.10.0
Original file line number Diff line number Diff line change @@ -10,10 +10,12 @@ This project bundles the following dependencies under the Apache Software Licens
10
10
- com.fasterxml.jackson.core:jackson-core:2.15.3
11
11
- com.fasterxml.jackson.core:jackson-databind:2.15.3
12
12
- com.google.guava:guava:32.0.1-jre
13
+ - commons-io:commons-io:2.15.1
13
14
- io.confluent:common-utils:7.5.3
14
15
- io.confluent:kafka-schema-registry-client:7.5.3
15
16
- org.apache.avro:avro:1.11.3
16
- - org.apache.commons:commons-compress:1.24.0
17
+ - org.apache.commons:commons-compress:1.26.0
18
+ - org.apache.commons:commons-lang3:3.12.0
17
19
- org.apache.kafka:kafka-clients:7.5.3-ccs
18
20
- org.xerial.snappy:snappy-java:1.1.10.4
19
21
- org.yaml:snakeyaml:1.33
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ This project bundles the following dependencies under the Apache Software Licens
10
10
- com.fasterxml.jackson.core:jackson-core:2.15.3
11
11
- com.fasterxml.jackson.core:jackson-databind:2.15.3
12
12
- com.fasterxml.jackson.core:jackson-annotations:2.15.3
13
- - org.apache.commons:commons-compress:1.24 .0
13
+ - org.apache.commons:commons-compress:1.26 .0
Original file line number Diff line number Diff line change @@ -367,6 +367,18 @@ under the License.
367
367
<scope >test</scope >
368
368
</dependency >
369
369
370
+ <dependency >
371
+ <groupId >commons-io</groupId >
372
+ <artifactId >commons-io</artifactId >
373
+ <version >${commons.io.version} </version >
374
+ <scope >test</scope >
375
+ </dependency >
376
+
377
+ <dependency >
378
+ <groupId >org.apache.commons</groupId >
379
+ <artifactId >commons-lang3</artifactId >
380
+ </dependency >
381
+
370
382
</dependencies >
371
383
372
384
<dependencyManagement >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This project bundles the following dependencies under the Apache Software Licens
12
12
- org.apache.calcite:calcite-linq4j:1.32.0
13
13
- org.apache.calcite.avatica:avatica-core:1.22.0
14
14
- commons-codec:commons-codec:1.15
15
- - commons-io:commons-io:2.11.0
15
+ - commons-io:commons-io:2.15.1
16
16
17
17
This project bundles the following dependencies under the MIT License. (http://www.opensource.org/licenses/mit-license.php)
18
18
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ under the License.
165
165
<okhttp .version>3.14.9</okhttp .version>
166
166
<testcontainers .version>1.19.1</testcontainers .version>
167
167
<lz4 .version>1.8.0</lz4 .version>
168
+ <commons .io.version>2.15.1</commons .io.version>
168
169
<japicmp .skip>false</japicmp .skip>
169
170
<flink .convergence.phase>validate</flink .convergence.phase>
170
171
<!--
@@ -691,7 +692,7 @@ under the License.
691
692
<dependency >
692
693
<groupId >commons-io</groupId >
693
694
<artifactId >commons-io</artifactId >
694
- <version >2.11.0 </version >
695
+ <version >${commons.io.version} </version >
695
696
</dependency >
696
697
697
698
<!-- commons collections needs to be pinned to this critical security fix version -->
@@ -730,7 +731,7 @@ under the License.
730
731
<dependency >
731
732
<groupId >org.apache.commons</groupId >
732
733
<artifactId >commons-compress</artifactId >
733
- <version >1.24 .0</version >
734
+ <version >1.26 .0</version >
734
735
<exclusions >
735
736
<exclusion >
736
737
<!-- Causes unnecessary dependency convergence errors; see MENFORCER-437 -->
You can’t perform that action at this time.
0 commit comments