Skip to content

Commit 1e84163

Browse files
Bump com.azure:azure-identity from 1.15.2 to 1.15.3 (#4096)
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>
1 parent d395be1 commit 1e84163

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

agent/agent-tooling/build.gradle.kts

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

9191
configurations.all {
9292
// waiting for azure-identity to be bumped in the Azure SDK BOM
93-
resolutionStrategy.force("com.azure:azure-identity:1.15.2")
93+
resolutionStrategy.force("com.azure:azure-identity:1.15.3")
9494
// waiting for json-smart:2.5.2 to be available as a transitive dependency of azure:azure-identity
9595
resolutionStrategy.force("net.minidev:json-smart:2.5.2")
9696
}

agent/agent-tooling/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ch.qos.logback:logback-classic:1.3.15=runtimeClasspath
77
ch.qos.logback:logback-core:1.3.15=runtimeClasspath
88
com.azure:azure-core-http-netty:1.15.7=runtimeClasspath
99
com.azure:azure-core:1.54.1=runtimeClasspath
10-
com.azure:azure-identity:1.15.2=runtimeClasspath
10+
com.azure:azure-identity:1.15.3=runtimeClasspath
1111
com.azure:azure-json:1.3.0=runtimeClasspath
1212
com.azure:azure-monitor-opentelemetry-autoconfigure:1.0.0-beta.2=runtimeClasspath
1313
com.azure:azure-sdk-bom:1.2.31=runtimeClasspath

agent/agent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ configurations {
223223
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
224224
exclude("com.fasterxml.woodstox", "woodstox-core")
225225
// waiting for azure-identity to be bumped in the Azure SDK BOM
226-
resolutionStrategy.force("com.azure:azure-identity:1.15.2")
226+
resolutionStrategy.force("com.azure:azure-identity:1.15.3")
227227
// waiting for json-smart:2.5.2 to be available as a transitive dependency of azure:azure-identity
228228
resolutionStrategy.force("net.minidev:json-smart:2.5.2")
229229
}

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-
_2025-02-18 20:33:04 PST_
4+
_2025-02-21 17:26:01 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.18.2`
@@ -350,7 +350,7 @@ _2025-02-18 20:33:04 PST_
350350
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
351351
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
352352
353-
**67** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.15.2`
353+
**67** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.15.3`
354354
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
355355
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
356356

0 commit comments

Comments
 (0)