Skip to content

Commit 676e718

Browse files
dependabot[bot]jt-nti
authored andcommitted
Bump com.google.guava:guava in /samples/java-contract
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.0-jre to 33.4.5-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] <[email protected]>
1 parent 644f393 commit 676e718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/java-contract/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
2626

2727
// This dependency is used by the application.
28-
implementation 'com.google.guava:guava:33.4.0-jre'
28+
implementation 'com.google.guava:guava:33.4.5-jre'
2929
}
3030

3131
application {

0 commit comments

Comments
 (0)