We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b1753 commit 94492f7Copy full SHA for 94492f7
agent/agent/build.gradle.kts
@@ -224,6 +224,7 @@ configurations {
224
exclude("com.fasterxml.woodstox", "woodstox-core")
225
// temporarily overriding version until latest azure-json is part of azure-core
226
resolutionStrategy.force("com.azure:azure-json:1.3.0")
227
+ // waiting for azure-identity to be bumped in the Azure SDK BOM
228
resolutionStrategy.force("com.azure:azure-identity:1.15.1")
229
}
230
0 commit comments