Skip to content

Commit a1ac7d2

Browse files
Bump com.azure:azure-json from 1.2.0 to 1.3.0 (#3867)
1 parent 43cc562 commit a1ac7d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.2.0")
92+
resolutionStrategy.force("com.azure:azure-json:1.3.0")
9393
}
9494

9595
configurations {

agent/agent-tooling/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ch.qos.logback:logback-core:1.3.14=runtimeClasspath
88
com.azure:azure-core-http-netty:1.15.3=runtimeClasspath
99
com.azure:azure-core:1.51.0=runtimeClasspath
1010
com.azure:azure-identity:1.13.2=runtimeClasspath
11-
com.azure:azure-json:1.2.0=runtimeClasspath
11+
com.azure:azure-json:1.3.0=runtimeClasspath
1212
com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.28=runtimeClasspath
1313
com.azure:azure-sdk-bom:1.2.27=runtimeClasspath
1414
com.azure:azure-storage-blob:12.27.1=runtimeClasspath

agent/agent/build.gradle.kts

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

licenses/more-licenses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# agent
33
## Dependency License Report
4-
_2024-09-12 09:16:07 UTC_
4+
_2024-09-13 03:11:57 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.17.2`
@@ -358,7 +358,7 @@ _2024-09-12 09:16:07 UTC_
358358
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
359359
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
360360
361-
**69** **Group:** `com.azure` **Name:** `azure-json` **Version:** `1.2.0`
361+
**69** **Group:** `com.azure` **Name:** `azure-json` **Version:** `1.3.0`
362362
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
363363
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
364364

0 commit comments

Comments
 (0)