Skip to content

Commit

Permalink
Bump com.azure:azure-identity from 1.11.2 to 1.11.3 (#3568)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] committed Mar 4, 2024
1 parent ba9cb14 commit 5f32995
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 @@ -90,5 +90,5 @@ dependencies {

configurations.all {
// temporarily overriding version until next azure-bom release in order to address CVE
resolutionStrategy.force("com.azure:azure-identity:1.11.2")
resolutionStrategy.force("com.azure:azure-identity:1.11.3")
}
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.14.0=runtimeClasspath
com.azure:azure-core:1.46.0=runtimeClasspath
com.azure:azure-identity:1.11.2=runtimeClasspath
com.azure:azure-identity:1.11.3=runtimeClasspath
com.azure:azure-json:1.1.0=runtimeClasspath
com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.19=runtimeClasspath
com.azure:azure-sdk-bom:1.2.21=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.11.2")
resolutionStrategy.force("com.azure:azure-identity:1.11.3")
}
}
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-02-27 03:50:01 UTC_
_2024-03-04 03:40:01 UTC_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.16.1`
Expand Down Expand Up @@ -346,7 +346,7 @@ _2024-02-27 03:50:01 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)
**66** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.11.2`
**66** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.11.3`
> - **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 5f32995

Please sign in to comment.