Skip to content

Commit

Permalink
[FLINK-11207][build] Bump commons-compress to 1.18
Browse files Browse the repository at this point in the history
This addresses CVE-2018-11771.
  • Loading branch information
NicoK authored and zentol committed Jan 9, 2019
1 parent 78cc9bc commit f817537
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions NOTICE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This project bundles the following dependencies under the Apache Software Licens
- commons-collections:commons-collections:3.2.2
- commons-io:commons-io:2.4
- org.apache.camel:camel-core:2.17.7
- org.apache.commons:commons-compress:1.4.1
- org.apache.commons:commons-compress:1.18
- org.apache.commons:commons-lang3:3.3.2
- org.apache.commons:commons-math3:3.5
- org.javassist:javassist:3.19.0-GA
Expand Down Expand Up @@ -344,7 +344,7 @@ This project bundles the following dependencies under the Apache Software Licens
- org.apache.htrace:htrace-core4:4.0.1-incubating
- org.apache.httpcomponents:httpclient:4.5.3
- org.apache.httpcomponents:httpcore:4.4.6
- org.apache.commons:commons-compress:1.4.1
- org.apache.commons:commons-compress:1.18
- org.apache.commons:commons-math3:3.5
- commons-beanutils:commons-beanutils:1.8.3
- commons-cli:commons-cli:1.3.1
Expand Down Expand Up @@ -2412,7 +2412,7 @@ This project bundles the following dependencies under the Apache Software Licens
- commons-logging:commons-logging:1.1.3
- commons-net:commons-net:3.1
- org.apache.avro:avro:1.8.2
- org.apache.commons:commons-compress:1.4.1
- org.apache.commons:commons-compress:1.18
- org.apache.commons:commons-math3:3.5
- org.apache.zookeeper:zookeeper:3.4.10
- org.codehaus.jackson:jackson-core-asl:1.9.13
Expand Down
2 changes: 1 addition & 1 deletion flink-dist/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This project bundles the following dependencies under the Apache Software Licens
- commons-collections:commons-collections:3.2.2
- commons-io:commons-io:2.4
- org.apache.camel:camel-core:2.17.7
- org.apache.commons:commons-compress:1.4.1
- org.apache.commons:commons-compress:1.18
- org.apache.commons:commons-lang3:3.3.2
- org.apache.commons:commons-math3:3.5
- org.javassist:javassist:3.19.0-GA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This project bundles the following dependencies under the Apache Software Licens
- org.apache.htrace:htrace-core4:4.0.1-incubating
- org.apache.httpcomponents:httpclient:4.5.3
- org.apache.httpcomponents:httpcore:4.4.6
- org.apache.commons:commons-compress:1.4.1
- org.apache.commons:commons-compress:1.18
- org.apache.commons:commons-math3:3.5
- commons-beanutils:commons-beanutils:1.8.3
- commons-cli:commons-cli:1.3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project bundles the following dependencies under the Apache Software Licens
- commons-logging:commons-logging:1.1.3
- commons-net:commons-net:3.1
- org.apache.avro:avro:1.8.2
- org.apache.commons:commons-compress:1.4.1
- org.apache.commons:commons-compress:1.18
- org.apache.commons:commons-math3:3.5
- org.apache.zookeeper:zookeeper:3.4.10
- org.codehaus.jackson:jackson-core-asl:1.9.13
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.4.1</version>
<version>1.18</version>
</dependency>

<!-- Managed dependency required for HBase in flink-hbase -->
Expand Down

0 comments on commit f817537

Please sign in to comment.