Skip to content

Commit 2d06a42

Browse files
Bump com.azure:azure-identity from 1.12.0 to 1.12.1 (#3680)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa392de commit 2d06a42

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is expected to be part of source control.
44
com.azure:azure-sdk-bom:1.2.23=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.17.0=runtimeClasspath
6-
com.google.errorprone:error_prone_annotations:2.27.0=runtimeClasspath
6+
com.google.errorprone:error_prone_annotations:2.27.1=runtimeClasspath
77
com.google.guava:guava-bom:33.1.0-jre=runtimeClasspath
88
io.netty:netty-bom:4.1.109.Final=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.3.0-alpha=runtimeClasspath

agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is expected to be part of source control.
44
com.azure:azure-sdk-bom:1.2.23=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.17.0=runtimeClasspath
6-
com.google.errorprone:error_prone_annotations:2.27.0=runtimeClasspath
6+
com.google.errorprone:error_prone_annotations:2.27.1=runtimeClasspath
77
com.google.guava:guava-bom:33.1.0-jre=runtimeClasspath
88
io.netty:netty-bom:4.1.109.Final=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.3.0-alpha=runtimeClasspath

agent/agent-tooling/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989

9090
configurations.all {
9191
// temporarily overriding version until next azure-bom release in order to address CVE
92-
resolutionStrategy.force("com.azure:azure-identity:1.12.0")
92+
resolutionStrategy.force("com.azure:azure-identity:1.12.1")
9393
}
9494

9595
configurations {

agent/agent-tooling/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ch.qos.logback:logback-classic:1.3.14=runtimeClasspath
77
ch.qos.logback:logback-core:1.3.14=runtimeClasspath
88
com.azure:azure-core-http-netty:1.14.2=runtimeClasspath
99
com.azure:azure-core:1.48.0=runtimeClasspath
10-
com.azure:azure-identity:1.12.0=runtimeClasspath
10+
com.azure:azure-identity:1.12.1=runtimeClasspath
1111
com.azure:azure-json:1.1.0=runtimeClasspath
1212
com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.21=runtimeClasspath
1313
com.azure:azure-sdk-bom:1.2.23=runtimeClasspath
@@ -24,7 +24,7 @@ com.fasterxml.jackson:jackson-bom:2.17.0=runtimeClasspath
2424
com.fasterxml.woodstox:woodstox-core:6.6.1=runtimeClasspath
2525
com.github.oshi:oshi-core:6.6.0=runtimeClasspath
2626
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
27-
com.google.errorprone:error_prone_annotations:2.27.0=runtimeClasspath
27+
com.google.errorprone:error_prone_annotations:2.27.1=runtimeClasspath
2828
com.google.guava:guava-bom:33.1.0-jre=runtimeClasspath
2929
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
3030
com.microsoft.azure:msal4j:1.15.0=runtimeClasspath

agent/agent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,6 @@ configurations {
227227
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
228228
exclude("com.fasterxml.woodstox", "woodstox-core")
229229
// temporarily overriding version until next azure-bom release in order to address CVE
230-
resolutionStrategy.force("com.azure:azure-identity:1.12.0")
230+
resolutionStrategy.force("com.azure:azure-identity:1.12.1")
231231
}
232232
}

licenses/more-licenses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# agent
33
## Dependency License Report
4-
_2024-05-02 13:19:55 PDT_
4+
_2024-05-06 18:01:17 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.17.0`
@@ -342,7 +342,7 @@ _2024-05-02 13:19:55 PDT_
342342
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
343343
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
344344
345-
**65** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.12.0`
345+
**65** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.12.1`
346346
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
347347
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
348348

0 commit comments

Comments
 (0)