Skip to content

Commit

Permalink
Update dependency com.azure:azure-identity to v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent d0361d9 commit c5811b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ dependencies {
// Include the sdk as a dependency
implementation group: 'com.microsoft.graph', name: 'microsoft-graph', version: '6.19.0'
// Include Azure identity for authentication
implementation group: 'com.azure', name: 'azure-identity', version: '1.14.0'
implementation group: 'com.azure', name: 'azure-identity', version: '1.14.2'

implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.6.0'

Expand Down

0 comments on commit c5811b2

Please sign in to comment.