Skip to content

Commit a570ffd

Browse files
committed
Remove azure-identity pinning
1 parent 108c299 commit a570ffd

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

agent/agent-tooling/build.gradle.kts

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

87-
configurations.all {
88-
// waiting for azure-identity to be bumped in the Azure SDK BOM
89-
resolutionStrategy.force("com.azure:azure-identity:1.16.3")
90-
}
91-
9287
configurations {
9388
"implementation" {
9489
exclude(group = "net.bytebuddy", module = "byte-buddy") // we use byte-buddy-dep

agent/agent-tooling/gradle.lockfile

Lines changed: 4 additions & 4 deletions
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.13=runtimeClasspath
99
com.azure:azure-core:1.55.5=runtimeClasspath
10-
com.azure:azure-identity:1.16.3=runtimeClasspath
10+
com.azure:azure-identity:1.16.2=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.37=runtimeClasspath
@@ -24,11 +24,11 @@ com.github.oshi:oshi-core:6.8.2=runtimeClasspath
2424
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
2525
com.google.errorprone:error_prone_annotations:2.41.0=runtimeClasspath
2626
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
27-
com.microsoft.azure:msal4j:1.22.0=runtimeClasspath
27+
com.microsoft.azure:msal4j:1.21.0=runtimeClasspath
2828
com.nimbusds:content-type:2.3=runtimeClasspath
2929
com.nimbusds:lang-tag:1.7=runtimeClasspath
30-
com.nimbusds:nimbus-jose-jwt:10.0.2=runtimeClasspath
31-
com.nimbusds:oauth2-oidc-sdk:11.23.1=runtimeClasspath
30+
com.nimbusds:nimbus-jose-jwt:10.0.1=runtimeClasspath
31+
com.nimbusds:oauth2-oidc-sdk:11.23=runtimeClasspath
3232
commons-codec:commons-codec:1.19.0=runtimeClasspath
3333
io.netty:netty-bom:4.2.3.Final=runtimeClasspath
3434
io.netty:netty-buffer:4.2.3.Final=runtimeClasspath

agent/agent/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,5 @@ configurations {
232232
// excluding unused dependencies for size (~1.8mb)
233233
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
234234
exclude("com.fasterxml.woodstox", "woodstox-core")
235-
// waiting for azure-identity to be bumped in the Azure SDK BOM
236-
resolutionStrategy.force("com.azure:azure-identity:1.16.3")
237235
}
238236
}

0 commit comments

Comments
 (0)