Skip to content

Commit

Permalink
[WOR-1334]: Bump com.azure:azure-identity from 1.10.4 to 1.11.0 (#316)
Browse files Browse the repository at this point in the history
Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.10.4 to 1.11.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.10.4...azure-core_1.11.0)

---
updated-dependencies:
- dependency-name: com.azure:azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent fe23e1c commit 2dccc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation 'javax.ws.rs:javax.ws.rs-api:2.1.1'
implementation 'org.postgresql:postgresql:42.6.0'
implementation group: 'com.azure', name: 'azure-core', version: '1.45.0'
implementation (group: 'com.azure', name: 'azure-identity', version: '1.10.4') {
implementation (group: 'com.azure', name: 'azure-identity', version: '1.11.0') {
// the msal4j transitive dependency is still pulling in an old version of json-smart
// which is vulnerable to CVE-2023-1370
// see https://github.com/AzureAD/microsoft-authentication-library-for-java/issues/611
Expand Down

0 comments on commit 2dccc2b

Please sign in to comment.