Skip to content

Commit

Permalink
Merge pull request #5591 from microsoft/dependabot/gradle/get-started…
Browse files Browse the repository at this point in the history
…/quickstart/java/app/com.google.guava-guava-33.2.0-jre

Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre in /get-started/quickstart/java/app
  • Loading branch information
baywet authored May 2, 2024
2 parents 811901c + 20819f2 commit e18bfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-started/quickstart/java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'

// This dependency is used by the application.
implementation 'com.google.guava:guava:33.1.0-jre'
implementation 'com.google.guava:guava:33.2.0-jre'

implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'

Expand Down

0 comments on commit e18bfac

Please sign in to comment.