File tree 8 files changed +8
-8
lines changed
flink-connectors/flink-sql-connector-kinesis/src/main/resources/META-INF
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-swift-fs-hadoop/src/main/resources/META-INF
flink-table/flink-table-planner-blink/src/main/resources/META-INF
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The Apache Software Foundation (http://www.apache.org/).
7
7
This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
8
8
9
9
- joda-time:joda-time:2.5
10
- - commons-io:commons-io:2.7
10
+ - commons-io:commons-io:2.8.0
11
11
- commons-lang:commons-lang:2.6
12
12
- commons-logging:commons-logging:1.1.3
13
13
- commons-codec:commons-codec:1.13
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This project bundles the following dependencies under the Apache Software Licens
18
18
- com.typesafe.akka:akka-stream_2.11:2.5.21
19
19
- commons-cli:commons-cli:1.3.1
20
20
- commons-collections:commons-collections:3.2.2
21
- - commons-io:commons-io:2.7
21
+ - commons-io:commons-io:2.8.0
22
22
- org.apache.commons:commons-compress:1.20
23
23
- org.apache.commons:commons-lang3:3.3.2
24
24
- org.apache.commons:commons-math3:3.5
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This project bundles the following dependencies under the Apache Software Licens
14
14
- org.apache.commons:commons-lang3:3.3.2
15
15
- commons-lang:commons-lang:2.6
16
16
- commons-collections:commons-collections:3.2.2
17
- - commons-io:commons-io:2.7
17
+ - commons-io:commons-io:2.8.0
18
18
- commons-logging:commons-logging:1.1.3
19
19
- commons-beanutils:commons-beanutils:1.9.4
20
20
- com.google.guava:guava:11.0.2
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This project bundles the following dependencies under the Apache Software Licens
18
18
- commons-beanutils:commons-beanutils:1.9.4
19
19
- commons-codec:commons-codec:1.13
20
20
- commons-collections:commons-collections:3.2.2
21
- - commons-io:commons-io:2.7
21
+ - commons-io:commons-io:2.8.0
22
22
- commons-lang:commons-lang:2.6
23
23
- commons-logging:commons-logging:1.1.3
24
24
- joda-time:joda-time:2.5
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This project bundles the following dependencies under the Apache Software Licens
9
9
- commons-beanutils:commons-beanutils:1.9.4
10
10
- commons-codec:commons-codec:1.13
11
11
- commons-collections:commons-collections:3.2.2
12
- - commons-io:commons-io:2.7
12
+ - commons-io:commons-io:2.8.0
13
13
- commons-lang:commons-lang:2.6
14
14
- commons-logging:commons-logging:1.1.3
15
15
- com.amazonaws:aws-java-sdk-core:1.11.788
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ This project bundles the following dependencies under the Apache Software Licens
24
24
- commons-collections:commons-collections:3.2.2
25
25
- commons-configuration:commons-configuration:1.7
26
26
- commons-digester:commons-digester:1.8.1
27
- - commons-io:commons-io:2.7
27
+ - commons-io:commons-io:2.8.0
28
28
- commons-lang:commons-lang:2.6
29
29
- commons-logging:commons-logging:1.1.3
30
30
- commons-net:commons-net:3.1
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This project bundles the following dependencies under the Apache Software Licens
17
17
- org.apache.calcite:calcite-linq4j:1.26.0
18
18
- org.apache.calcite.avatica:avatica-core:1.17.0
19
19
- commons-codec:commons-codec:1.13
20
- - commons-io:commons-io:2.7
20
+ - commons-io:commons-io:2.8.0
21
21
22
22
This project bundles the following dependencies under the BSD license.
23
23
See bundled license files for details
Original file line number Diff line number Diff line change @@ -562,7 +562,7 @@ under the License.
562
562
<dependency >
563
563
<groupId >commons-io</groupId >
564
564
<artifactId >commons-io</artifactId >
565
- <version >2.7 </version >
565
+ <version >2.8.0 </version >
566
566
</dependency >
567
567
568
568
<!-- commons collections needs to be pinned to this critical security fix version -->
You can’t perform that action at this time.
0 commit comments