Skip to content

Commit

Permalink
[FLINK-33339][Build/Shaded] Update Guava to 32.1.3
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-jre to 32.1.3-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MartijnVisser committed Oct 23, 2023
1 parent 18e315a commit 4fad2f9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ under the License.
</parent>

<artifactId>flink-shaded-guava${flink.ci.license.suffix}</artifactId>
<name>flink-shaded-guava-31</name>
<name>flink-shaded-guava-32</name>
<version>${guava.version}-17.0</version>

<packaging>jar</packaging>

<properties>
<guava.version>31.1-jre</guava.version>
<guava.version>32.1.3-jre</guava.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ 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)

- com.google.guava:guava:31.1-jre
- com.google.guava:guava:32.1.3-jre
- com.google.guava:failureaccess:1.0.1
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)

- com.google.guava:guava:31.1-jre
- com.google.guava:guava:32.1.3-jre
- io.netty:netty-buffer:4.1.91.Final
- io.netty:netty-codec:4.1.91.Final
- io.netty:netty-common:4.1.91.Final
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)

- com.google.guava:guava:31.1-jre
- com.google.guava:guava:32.1.3-jre
- io.dropwizard.metrics:metrics-core:3.2.5
- io.netty:netty-buffer:4.1.91.Final
- io.netty:netty-codec:4.1.91.Final
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)

- com.google.guava:guava:31.1-jre
- com.google.guava:guava:32.1.3-jre
- io.dropwizard.metrics:metrics-core:4.1.12.1
- io.netty:netty-buffer:4.1.91.Final
- io.netty:netty-codec:4.1.91.Final
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)

- com.google.guava:guava:31.1-jre
- com.google.guava:guava:32.1.3-jre
- commons-io:commons-io:2.11.0
- io.dropwizard.metrics:metrics-core:4.1.12.1
- io.netty:netty-buffer:4.1.91.Final
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ under the License.
<modules>
<module>flink-shaded-force-shading</module>
<module>flink-shaded-asm-9</module>
<module>flink-shaded-guava-31</module>
<module>flink-shaded-guava-32</module>
<module>flink-shaded-netty-4</module>
<module>flink-shaded-netty-tcnative-dynamic</module>
<module>flink-shaded-jackson-parent</module>
Expand Down

0 comments on commit 4fad2f9

Please sign in to comment.