File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ dependencies {
89
89
90
90
configurations.all {
91
91
// 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" )
93
93
}
94
94
95
95
configurations {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ch.qos.logback:logback-core:1.3.14=runtimeClasspath
8
8
com.azure:azure-core-http-netty:1.15.3=runtimeClasspath
9
9
com.azure:azure-core:1.51.0=runtimeClasspath
10
10
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
12
12
com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.28=runtimeClasspath
13
13
com.azure:azure-sdk-bom:1.2.27=runtimeClasspath
14
14
com.azure:azure-storage-blob:12.27.1=runtimeClasspath
Original file line number Diff line number Diff line change @@ -220,6 +220,6 @@ configurations {
220
220
exclude(" com.fasterxml.jackson.dataformat" , " jackson-dataformat-xml" )
221
221
exclude(" com.fasterxml.woodstox" , " woodstox-core" )
222
222
// 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" )
224
224
}
225
225
}
Original file line number Diff line number Diff line change 1
1
2
2
# agent
3
3
## Dependency License Report
4
- _ 2024-09-12 09:16:07 UTC_
4
+ _ 2024-09-13 03:11:57 UTC_
5
5
## Apache License, Version 2.0
6
6
7
7
** 1** ** Group:** ` com.fasterxml.jackson.core ` ** Name:** ` jackson-annotations ` ** Version:** ` 2.17.2 `
@@ -358,7 +358,7 @@ _2024-09-12 09:16:07 UTC_
358
358
> - ** POM Project URL** : [ https://github.com/Azure/azure-sdk-for-java ] ( https://github.com/Azure/azure-sdk-for-java )
359
359
> - ** POM License** : MIT License - [ https://opensource.org/licenses/MIT ] ( https://opensource.org/licenses/MIT )
360
360
361
- ** 69** ** Group:** ` com.azure ` ** Name:** ` azure-json ` ** Version:** ` 1.2 .0 `
361
+ ** 69** ** Group:** ` com.azure ` ** Name:** ` azure-json ` ** Version:** ` 1.3 .0 `
362
362
> - ** POM Project URL** : [ https://github.com/Azure/azure-sdk-for-java ] ( https://github.com/Azure/azure-sdk-for-java )
363
363
> - ** POM License** : MIT License - [ https://opensource.org/licenses/MIT ] ( https://opensource.org/licenses/MIT )
364
364
You can’t perform that action at this time.
0 commit comments