From b0f31672529d78fcf24954e846550715c7b83fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:03:14 +0000 Subject: [PATCH] Bump com.google.guava:guava in /samples/java-contract Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.0-jre to 33.3.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] --- samples/java-contract/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/java-contract/build.gradle b/samples/java-contract/build.gradle index 6aeef62..ef5e978 100644 --- a/samples/java-contract/build.gradle +++ b/samples/java-contract/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0' // This dependency is used by the application. - implementation 'com.google.guava:guava:33.3.0-jre' + implementation 'com.google.guava:guava:33.3.1-jre' } application {