Skip to content

Commit

Permalink
Bump com.azure:azure-identity from 1.12.2 to 1.13.0 (#3754)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 25, 2024
1 parent a00fcc7 commit e3f0c66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion agent/agent-tooling/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {

configurations.all {
// temporarily overriding version until next azure-bom release in order to address CVE
resolutionStrategy.force("com.azure:azure-identity:1.12.2")
resolutionStrategy.force("com.azure:azure-identity:1.13.0")
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ch.qos.logback:logback-classic:1.3.14=runtimeClasspath
ch.qos.logback:logback-core:1.3.14=runtimeClasspath
com.azure:azure-core-http-netty:1.15.0=runtimeClasspath
com.azure:azure-core:1.49.0=runtimeClasspath
com.azure:azure-identity:1.12.2=runtimeClasspath
com.azure:azure-identity:1.13.0=runtimeClasspath
com.azure:azure-json:1.1.0=runtimeClasspath
com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.24=runtimeClasspath
com.azure:azure-sdk-bom:1.2.24=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion agent/agent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,6 @@ configurations {
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
exclude("com.fasterxml.woodstox", "woodstox-core")
// temporarily overriding version until next azure-bom release in order to address CVE
resolutionStrategy.force("com.azure:azure-identity:1.12.2")
resolutionStrategy.force("com.azure:azure-identity:1.13.0")
}
}
4 changes: 2 additions & 2 deletions licenses/more-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# agent
## Dependency License Report
_2024-06-20 15:27:04 UTC_
_2024-06-21 03:35:02 UTC_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.17.1`
Expand Down Expand Up @@ -342,7 +342,7 @@ _2024-06-20 15:27:04 UTC_
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
**65** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.12.2`
**65** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.13.0`
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
Expand Down

0 comments on commit e3f0c66

Please sign in to comment.