File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ dependencies {
9090
9191configurations.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}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ch.qos.logback:logback-classic:1.3.15=runtimeClasspath
77ch.qos.logback:logback-core:1.3.15=runtimeClasspath
88com.azure:azure-core-http-netty:1.15.7=runtimeClasspath
99com.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
1111com.azure:azure-json:1.3.0=runtimeClasspath
1212com.azure:azure-monitor-opentelemetry-autoconfigure:1.0.0-beta.2=runtimeClasspath
1313com.azure:azure-sdk-bom:1.2.31=runtimeClasspath
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments