This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/main by this push: new 401cecaa Bump guava from 31.1-jre to 32.0.0-jre (#1130) 401cecaa is described below commit 401cecaa04efaddff67426f99e1230bf2a138b43 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jun 15 12:41:30 2023 -0400 Bump guava from 31.1-jre to 32.0.0-jre (#1130) Bumps [guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-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] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 192af8ec..cd725895 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>31.1-jre</version> + <version>32.0.0-jre</version> </dependency> <dependency> <groupId>commons-io</groupId>