Skip to content

Commit

Permalink
[FLINK-33234][Connector/Kafka] Bump Guava to 32.1.2-jre
Browse files Browse the repository at this point in the history
Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 32.1.2-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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MartijnVisser committed Oct 11, 2023
1 parent b0f15f2 commit 20f48e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ under the License.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1.1-jre</version>
<version>32.1.2-jre</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -234,7 +234,7 @@ under the License.
<artifactItem>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1.1-jre</version>
<version>32.1.2-jre</version>
<destFileName>guava.jar</destFileName>
<type>jar</type>
<outputDirectory>${project.build.directory}/dependencies</outputDirectory>
Expand Down

0 comments on commit 20f48e5

Please sign in to comment.