We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6068af commit d154c4eCopy full SHA for d154c4e
build.gradle
@@ -210,7 +210,7 @@ dependencies {
210
// Include the sdk as a dependency
211
implementation group: 'com.microsoft.graph', name: 'microsoft-graph', version: '6.13.0'
212
// Include Azure identity for authentication
213
- implementation group: 'com.azure', name: 'azure-identity', version: '1.13.0'
+ implementation group: 'com.azure', name: 'azure-identity', version: '1.13.2'
214
215
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.6.0'
216
0 commit comments