Skip to content

Commit cc885c4

Browse files
committed
[FLINK-22747] Upgrade to commons-io 2.8.0
This closes apache#15989.
1 parent a58b516 commit cc885c4

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

flink-connectors/flink-sql-connector-kinesis/src/main/resources/META-INF/NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Apache Software Foundation (http://www.apache.org/).
77
This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
88

99
- joda-time:joda-time:2.5
10-
- commons-io:commons-io:2.7
10+
- commons-io:commons-io:2.8.0
1111
- commons-lang:commons-lang:2.6
1212
- commons-logging:commons-logging:1.1.3
1313
- commons-codec:commons-codec:1.13

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project bundles the following dependencies under the Apache Software Licens
1818
- com.typesafe.akka:akka-stream_2.11:2.5.21
1919
- commons-cli:commons-cli:1.3.1
2020
- commons-collections:commons-collections:3.2.2
21-
- commons-io:commons-io:2.7
21+
- commons-io:commons-io:2.8.0
2222
- org.apache.commons:commons-compress:1.20
2323
- org.apache.commons:commons-lang3:3.3.2
2424
- org.apache.commons:commons-math3:3.5

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This project bundles the following dependencies under the Apache Software Licens
1414
- org.apache.commons:commons-lang3:3.3.2
1515
- commons-lang:commons-lang:2.6
1616
- commons-collections:commons-collections:3.2.2
17-
- commons-io:commons-io:2.7
17+
- commons-io:commons-io:2.8.0
1818
- commons-logging:commons-logging:1.1.3
1919
- commons-beanutils:commons-beanutils:1.9.4
2020
- com.google.guava:guava:11.0.2

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project bundles the following dependencies under the Apache Software Licens
1818
- commons-beanutils:commons-beanutils:1.9.4
1919
- commons-codec:commons-codec:1.13
2020
- commons-collections:commons-collections:3.2.2
21-
- commons-io:commons-io:2.7
21+
- commons-io:commons-io:2.8.0
2222
- commons-lang:commons-lang:2.6
2323
- commons-logging:commons-logging:1.1.3
2424
- joda-time:joda-time:2.5

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project bundles the following dependencies under the Apache Software Licens
99
- commons-beanutils:commons-beanutils:1.9.4
1010
- commons-codec:commons-codec:1.13
1111
- commons-collections:commons-collections:3.2.2
12-
- commons-io:commons-io:2.7
12+
- commons-io:commons-io:2.8.0
1313
- commons-lang:commons-lang:2.6
1414
- commons-logging:commons-logging:1.1.3
1515
- com.amazonaws:aws-java-sdk-core:1.11.788

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This project bundles the following dependencies under the Apache Software Licens
2424
- commons-collections:commons-collections:3.2.2
2525
- commons-configuration:commons-configuration:1.7
2626
- commons-digester:commons-digester:1.8.1
27-
- commons-io:commons-io:2.7
27+
- commons-io:commons-io:2.8.0
2828
- commons-lang:commons-lang:2.6
2929
- commons-logging:commons-logging:1.1.3
3030
- commons-net:commons-net:3.1

flink-table/flink-table-planner-blink/src/main/resources/META-INF/NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project bundles the following dependencies under the Apache Software Licens
1717
- org.apache.calcite:calcite-linq4j:1.26.0
1818
- org.apache.calcite.avatica:avatica-core:1.17.0
1919
- commons-codec:commons-codec:1.13
20-
- commons-io:commons-io:2.7
20+
- commons-io:commons-io:2.8.0
2121

2222
This project bundles the following dependencies under the BSD license.
2323
See bundled license files for details

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ under the License.
562562
<dependency>
563563
<groupId>commons-io</groupId>
564564
<artifactId>commons-io</artifactId>
565-
<version>2.7</version>
565+
<version>2.8.0</version>
566566
</dependency>
567567

568568
<!-- commons collections needs to be pinned to this critical security fix version -->

0 commit comments

Comments
 (0)