File tree Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,6 @@ dependencies {
88
88
testCompileOnly(" com.google.code.findbugs:jsr305" )
89
89
}
90
90
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
-
96
91
configurations {
97
92
" implementation" {
98
93
exclude(group = " net.bytebuddy" , module = " byte-buddy" ) // we use byte-buddy-dep
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ch.qos.logback:logback-classic:1.3.15=runtimeClasspath
7
7
ch.qos.logback:logback-core:1.3.15=runtimeClasspath
8
8
com.azure:azure-core-http-netty:1.16.0=runtimeClasspath
9
9
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
11
11
com.azure:azure-json:1.5.0=runtimeClasspath
12
12
com.azure:azure-monitor-opentelemetry-autoconfigure:1.3.0=runtimeClasspath
13
13
com.azure:azure-sdk-bom:1.2.38=runtimeClasspath
Original file line number Diff line number Diff line change @@ -227,7 +227,5 @@ configurations {
227
227
// excluding unused dependencies for size (~1.8mb)
228
228
exclude(" com.fasterxml.jackson.dataformat" , " jackson-dataformat-xml" )
229
229
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" )
232
230
}
233
231
}
Original file line number Diff line number Diff line change 1
1
2
2
# agent
3
3
## Dependency License Report
4
- _ 2025-09-05 03:07:20 UTC _
4
+ _ 2025-09-09 12:28:37 PDT _
5
5
## Apache License, Version 2.0
6
6
7
7
** 1** ** Group:** ` com.fasterxml.jackson.core ` ** Name:** ` jackson-annotations ` ** Version:** ` 2.19.2 `
@@ -370,7 +370,7 @@ _2025-09-05 03:07:20 UTC_
370
370
> - ** POM Project URL** : [ https://github.com/Azure/azure-sdk-for-java ] ( https://github.com/Azure/azure-sdk-for-java )
371
371
> - ** POM License** : MIT License - [ https://opensource.org/licenses/MIT ] ( https://opensource.org/licenses/MIT )
372
372
373
- ** 71** ** Group:** ` com.azure ` ** Name:** ` azure-identity ` ** Version:** ` 1.16.3 `
373
+ ** 71** ** Group:** ` com.azure ` ** Name:** ` azure-identity ` ** Version:** ` 1.17.0 `
374
374
> - ** POM Project URL** : [ https://github.com/Azure/azure-sdk-for-java ] ( https://github.com/Azure/azure-sdk-for-java )
375
375
> - ** POM License** : MIT License - [ https://opensource.org/licenses/MIT ] ( https://opensource.org/licenses/MIT )
376
376
You can’t perform that action at this time.
0 commit comments