Skip to content

Commit d61f1aa

Browse files
traskgithub-actions[bot]
authored andcommitted
azure-identity pin not needed anymore (#4455)
1 parent 042ad34 commit d61f1aa

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ dependencies {
8888
testCompileOnly("com.google.code.findbugs:jsr305")
8989
}
9090

91-
configurations.all {
92-
// waiting for azure-identity to be bumped in the Azure SDK BOM
93-
resolutionStrategy.force("com.azure:azure-identity:1.16.3")
94-
}
95-
9691
configurations {
9792
"implementation" {
9893
exclude(group = "net.bytebuddy", module = "byte-buddy") // we use byte-buddy-dep

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.16.0=runtimeClasspath
99
com.azure:azure-core:1.56.0=runtimeClasspath
10-
com.azure:azure-identity:1.16.3=runtimeClasspath
10+
com.azure:azure-identity:1.17.0=runtimeClasspath
1111
com.azure:azure-json:1.5.0=runtimeClasspath
1212
com.azure:azure-monitor-opentelemetry-autoconfigure:1.3.0=runtimeClasspath
1313
com.azure:azure-sdk-bom:1.2.38=runtimeClasspath

agent/agent/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,5 @@ configurations {
227227
// excluding unused dependencies for size (~1.8mb)
228228
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
229229
exclude("com.fasterxml.woodstox", "woodstox-core")
230-
// waiting for azure-identity to be bumped in the Azure SDK BOM
231-
resolutionStrategy.force("com.azure:azure-identity:1.16.3")
232230
}
233231
}

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-09-05 03:07:20 UTC_
4+
_2025-09-09 12:28:37 PDT_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.19.2`
@@ -370,7 +370,7 @@ _2025-09-05 03:07:20 UTC_
370370
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
371371
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
372372
373-
**71** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.16.3`
373+
**71** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.17.0`
374374
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
375375
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
376376

0 commit comments

Comments
 (0)