Skip to content

Commit 93a08c7

Browse files
authored
Merge pull request #140 from gradle/dependabot/gradle/samples/java/com.google.guava-guava-33.5.0-jre
Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre in /samples/java
2 parents d0a3a5b + f4e87b9 commit 93a08c7

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.20.0"))
1515
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
16-
implementation("com.google.guava:guava:33.4.8-jre")
16+
implementation("com.google.guava:guava:33.5.0-jre")
1717
}
1818

1919
java {

0 commit comments

Comments
 (0)