Skip to content

Commit

Permalink
Merge pull request #82 from gradle/dependabot/gradle/samples/java/com…
Browse files Browse the repository at this point in the history
….google.guava-guava-33.0.0-jre

Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre in /samples/java
  • Loading branch information
guylabs authored Dec 20, 2023
2 parents f585d6a + 6c67815 commit 06ea0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp-sse")
implementation(platform("com.fasterxml.jackson:jackson-bom:2.16.0"))
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
implementation("com.google.guava:guava:32.1.3-jre")
implementation("com.google.guava:guava:33.0.0-jre")
}

java {
Expand Down

0 comments on commit 06ea0ba

Please sign in to comment.