We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdd9e5a + af4052a commit 8b3f31cCopy full SHA for 8b3f31c
1 file changed
get-started/azure-auth/java/app/build.gradle
@@ -26,8 +26,8 @@ dependencies {
26
27
// <DependenciesSnippet>
28
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
29
- implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.9.0'
30
- implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.0'
+ implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.9.1'
+ implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.1'
31
implementation 'com.azure:azure-identity:1.18.2'
32
// </DependenciesSnippet>
33
}
0 commit comments