From 4803064324b87e26e8be0fe519f5cb7fb2053a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:48:37 +0000 Subject: [PATCH] Bump guava from 31.0.1-jre to 32.0.0-jre in /java/solutions Bumps [guava](https://github.com/google/guava) from 31.0.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] --- java/solutions/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/solutions/pom.xml b/java/solutions/pom.xml index 8697228..147c831 100644 --- a/java/solutions/pom.xml +++ b/java/solutions/pom.xml @@ -115,7 +115,7 @@ com.google.guava guava - 31.0.1-jre + 32.0.0-jre compile