Skip to content

Commit a730d45

Browse files
Bump com.google.guava:guava in /app-auth/graphapponlytutorial
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.8-jre to 33.5.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-version: 33.5.0-jre dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7b79d5 commit a730d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-auth/graphapponlytutorial/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
testImplementation 'junit:junit:4.13.2'
2323

2424
// This dependency is used by the application.
25-
implementation 'com.google.guava:guava:33.4.8-jre'
25+
implementation 'com.google.guava:guava:33.5.0-jre'
2626
implementation 'com.azure:azure-identity:1.17.0'
2727
implementation 'com.microsoft.graph:microsoft-graph:6.52.0'
2828
}

0 commit comments

Comments
 (0)