Skip to content

Commit 9cec343

Browse files
Bump com.azure:azure-identity from 1.15.3 to 1.15.4
Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.15.3 to 1.15.4. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](Azure/azure-sdk-for-java@azure-identity_1.15.3...azure-identity_1.15.4) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b7b35f0 commit 9cec343

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
@@ -90,7 +90,7 @@ dependencies {
9090

9191
configurations.all {
9292
// waiting for azure-identity to be bumped in the Azure SDK BOM
93-
resolutionStrategy.force("com.azure:azure-identity:1.15.3")
93+
resolutionStrategy.force("com.azure:azure-identity:1.15.4")
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
}

agent/agent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3")
226+
resolutionStrategy.force("com.azure:azure-identity:1.15.4")
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
}

0 commit comments

Comments
 (0)