Skip to content

Commit 7f0c3b7

Browse files
Bump com.google.guava:guava in /samples/java-contract
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.6-jre to 33.4.8-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-version: 33.4.8-jre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1cc0a8f commit 7f0c3b7

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.2'
2626

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

3131
application {

0 commit comments

Comments
 (0)