Skip to content

Commit

Permalink
Bump com.azure:azure-identity from 1.12.1 to 1.12.2 (#3737)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
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 Jun 11, 2024
1 parent a62d723 commit 50a86dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.1")
resolutionStrategy.force("com.azure:azure-identity:1.12.2")
}

configurations {
Expand Down
4 changes: 2 additions & 2 deletions 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.1=runtimeClasspath
com.azure:azure-identity:1.12.2=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 All @@ -26,7 +26,7 @@ com.github.oshi:oshi-core:6.6.1=runtimeClasspath
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.28.0=runtimeClasspath
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
com.microsoft.azure:msal4j:1.15.0=runtimeClasspath
com.microsoft.azure:msal4j:1.15.1=runtimeClasspath
com.microsoft.jfr:jfr-streaming:1.2.0=runtimeClasspath
com.nimbusds:content-type:2.3=runtimeClasspath
com.nimbusds:lang-tag:1.7=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.1")
resolutionStrategy.force("com.azure:azure-identity:1.12.2")
}
}
6 changes: 3 additions & 3 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-10 17:12:19 UTC_
_2024-06-11 03:08:04 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-10 17:12:19 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.1`
**65** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.12.2`
> - **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 Expand Up @@ -374,7 +374,7 @@ _2024-06-10 17:12:19 UTC_
> - **Manifest License**: "SPDX-License-Identifier: MIT";link="https://opensource.org/licenses/MIT" (Not Packaged)
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
**73** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.15.0`
**73** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.15.1`
> - **Project URL**: [https://github.com/AzureAD/microsoft-authentication-library-for-java](https://github.com/AzureAD/microsoft-authentication-library-for-java)
> - **Manifest License**: "MIT License" (Not Packaged)
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
Expand Down

0 comments on commit 50a86dd

Please sign in to comment.