Skip to content

Commit

Permalink
[FLINK-21123][fs] Bump beanutils to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jan 26, 2021
1 parent 5d14c49 commit 573c73d
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 3 deletions.
11 changes: 11 additions & 0 deletions flink-filesystems/flink-fs-hadoop-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ under the License.

<packaging>jar</packaging>

<dependencyManagement>
<dependencies>
<dependency>
<!-- Bumped for security purposes -->
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<!-- The Hadoop file system abstraction -->
<dependency>
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
- commons-collections:commons-collections:3.2.2
- commons-io:commons-io:2.7
- commons-logging:commons-logging:1.1.3
- commons-beanutils:commons-beanutils:1.9.3
- commons-beanutils:commons-beanutils:1.9.4
- com.google.guava:guava:11.0.2
- com.fasterxml.jackson.core:jackson-annotations:2.12.1
- com.fasterxml.jackson.core:jackson-core:2.12.1
Expand Down
7 changes: 7 additions & 0 deletions flink-filesystems/flink-s3-fs-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ under the License.
<artifactId>httpclient</artifactId>
<version>4.5.9</version>
</dependency>

<dependency>
<!-- Bumped for security purposes -->
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This project bundles the following dependencies under the Apache Software Licens
- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.1
- com.fasterxml.woodstox:woodstox-core:5.0.3
- com.google.guava:guava:11.0.2
- commons-beanutils:commons-beanutils:1.9.3
- commons-beanutils:commons-beanutils:1.9.4
- commons-codec:commons-codec:1.13
- commons-collections:commons-collections:3.2.2
- commons-io:commons-io:2.7
Expand Down
7 changes: 7 additions & 0 deletions flink-filesystems/flink-s3-fs-presto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@ under the License.
</exclusion>
</exclusions>
</dependency>

<dependency>
<!-- Bumped for security purposes -->
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Apache Software Foundation (http://www.apache.org/).

This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)

- commons-beanutils:commons-beanutils:1.9.3
- commons-beanutils:commons-beanutils:1.9.4
- commons-codec:commons-codec:1.13
- commons-collections:commons-collections:3.2.2
- commons-io:commons-io:2.7
Expand Down

0 comments on commit 573c73d

Please sign in to comment.