Skip to content

Commit 98586cb

Browse files
Bump com.azure:azure-identity from 1.16.3 to 1.17.0
Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.16.3 to 1.17.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](Azure/azure-sdk-for-java@azure-identity_1.16.3...azure-core_1.17.0) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cb5055 commit 98586cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies {
8686

8787
configurations.all {
8888
// waiting for azure-identity to be bumped in the Azure SDK BOM
89-
resolutionStrategy.force("com.azure:azure-identity:1.16.3")
89+
resolutionStrategy.force("com.azure:azure-identity:1.17.0")
9090
}
9191

9292
configurations {

agent/agent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,6 @@ configurations {
233233
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
234234
exclude("com.fasterxml.woodstox", "woodstox-core")
235235
// waiting for azure-identity to be bumped in the Azure SDK BOM
236-
resolutionStrategy.force("com.azure:azure-identity:1.16.3")
236+
resolutionStrategy.force("com.azure:azure-identity:1.17.0")
237237
}
238238
}

0 commit comments

Comments
 (0)