diff --git a/app-auth/graphapponlytutorial/app/build.gradle b/app-auth/graphapponlytutorial/app/build.gradle index 2cf8fa6..ee76b04 100644 --- a/app-auth/graphapponlytutorial/app/build.gradle +++ b/app-auth/graphapponlytutorial/app/build.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' // This dependency is used by the application. - implementation 'com.google.guava:guava:33.6.0-jre' + implementation 'com.google.guava:guava:33.7.1-jre' implementation 'com.azure:azure-identity:1.18.4' implementation 'com.microsoft.graph:microsoft-graph:6.67.0' }