Skip to content

Commit

Permalink
Merge pull request #115 from gradle/dependabot/gradle/samples/java/co…
Browse files Browse the repository at this point in the history
…m.google.guava-guava-33.4.0-jre

Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre in /samples/java
  • Loading branch information
welandaz authored Dec 17, 2024
2 parents 02b8160 + cd0225e commit 56ee0a3
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.18.2"))
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
implementation("com.google.guava:guava:33.3.1-jre")
implementation("com.google.guava:guava:33.4.0-jre")
}

java {
Expand Down

0 comments on commit 56ee0a3

Please sign in to comment.