Skip to content

Commit 3ff0236

Browse files
Bump com.google.guava:guava in /samples/java
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 856631a commit 3ff0236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation("com.squareup.okhttp3:okhttp-sse")
1414
implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.3"))
1515
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
16-
implementation("com.google.guava:guava:33.4.0-jre")
16+
implementation("com.google.guava:guava:33.4.5-jre")
1717
}
1818

1919
java {

0 commit comments

Comments
 (0)