From 7656cf4adbb3b029ae4ae2d6d346c7484efd7c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 05:19:42 +0000 Subject: [PATCH] Bump com.google.guava:guava from 32.0.0-jre to 32.0.1-jre Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.0.0-jre to 32.0.1-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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 59e95c2..fe53d9f 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ dependencies { include "com.google.code.gson:gson:2.10.1" include "com.formdev:flatlaf:3.1.1" - include "com.google.guava:guava:32.0.0-jre" + include "com.google.guava:guava:32.0.1-jre" include "org.apache.commons:commons-lang3:3.12.0" include "commons-io:commons-io:2.13.0" include "net.sf.jopt-simple:jopt-simple:5.0.4"