Skip to content

Commit

Permalink
Merge pull request #5593 from microsoft/dependabot/gradle/petstore/ja…
Browse files Browse the repository at this point in the history
…va/com.google.guava-guava-33.2.0-jre

Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre in /petstore/java
  • Loading branch information
baywet authored May 2, 2024
2 parents a264747 + 2d3e4b9 commit 63c3476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petstore/java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ archivesBaseName = 'app'
dependencies {
implementation project(':utilities')
implementation 'org.slf4j:slf4j-nop:2.0.13'
implementation 'com.google.guava:guava:33.1.0-jre'
implementation 'com.google.guava:guava:33.2.0-jre'
}

application {
Expand Down

0 comments on commit 63c3476

Please sign in to comment.