Skip to content

Commit 8fa2970

Browse files
Bump com.azure:azure-json from 1.3.0 to 1.4.0
Bumps [com.azure:azure-json](https://github.com/Azure/azure-sdk-for-java) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](Azure/azure-sdk-for-java@v1.3.0...azure-json_1.4.0) --- updated-dependencies: - dependency-name: com.azure:azure-json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6bfa64c commit 8fa2970

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
@@ -89,7 +89,7 @@ dependencies {
8989

9090
configurations.all {
9191
// temporarily overriding version until latest azure-json is part of azure-core
92-
resolutionStrategy.force("com.azure:azure-json:1.3.0")
92+
resolutionStrategy.force("com.azure:azure-json:1.4.0")
9393
}
9494

9595
configurations {

agent/agent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,6 @@ configurations {
223223
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
224224
exclude("com.fasterxml.woodstox", "woodstox-core")
225225
// temporarily overriding version until latest azure-json is part of azure-core
226-
resolutionStrategy.force("com.azure:azure-json:1.3.0")
226+
resolutionStrategy.force("com.azure:azure-json:1.4.0")
227227
}
228228
}

0 commit comments

Comments
 (0)