File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
# This file is expected to be part of source control.
4
4
com.azure:azure-sdk-bom:1.2.23=runtimeClasspath
5
5
com.fasterxml.jackson:jackson-bom:2.17.0=runtimeClasspath
6
- com.google.errorprone:error_prone_annotations:2.27.0 =runtimeClasspath
6
+ com.google.errorprone:error_prone_annotations:2.27.1 =runtimeClasspath
7
7
com.google.guava:guava-bom:33.1.0-jre=runtimeClasspath
8
8
io.netty:netty-bom:4.1.109.Final=runtimeClasspath
9
9
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.3.0-alpha=runtimeClasspath
Original file line number Diff line number Diff line change 3
3
# This file is expected to be part of source control.
4
4
com.azure:azure-sdk-bom:1.2.23=runtimeClasspath
5
5
com.fasterxml.jackson:jackson-bom:2.17.0=runtimeClasspath
6
- com.google.errorprone:error_prone_annotations:2.27.0 =runtimeClasspath
6
+ com.google.errorprone:error_prone_annotations:2.27.1 =runtimeClasspath
7
7
com.google.guava:guava-bom:33.1.0-jre=runtimeClasspath
8
8
io.netty:netty-bom:4.1.109.Final=runtimeClasspath
9
9
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.3.0-alpha=runtimeClasspath
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 next azure-bom release in order to address CVE
92
- resolutionStrategy.force(" com.azure:azure-identity:1.12.0 " )
92
+ resolutionStrategy.force(" com.azure:azure-identity:1.12.1 " )
93
93
}
94
94
95
95
configurations {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ch.qos.logback:logback-classic:1.3.14=runtimeClasspath
7
7
ch.qos.logback:logback-core:1.3.14=runtimeClasspath
8
8
com.azure:azure-core-http-netty:1.14.2=runtimeClasspath
9
9
com.azure:azure-core:1.48.0=runtimeClasspath
10
- com.azure:azure-identity:1.12.0 =runtimeClasspath
10
+ com.azure:azure-identity:1.12.1 =runtimeClasspath
11
11
com.azure:azure-json:1.1.0=runtimeClasspath
12
12
com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.21=runtimeClasspath
13
13
com.azure:azure-sdk-bom:1.2.23=runtimeClasspath
@@ -24,7 +24,7 @@ com.fasterxml.jackson:jackson-bom:2.17.0=runtimeClasspath
24
24
com.fasterxml.woodstox:woodstox-core:6.6.1=runtimeClasspath
25
25
com.github.oshi:oshi-core:6.6.0=runtimeClasspath
26
26
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
27
- com.google.errorprone:error_prone_annotations:2.27.0 =runtimeClasspath
27
+ com.google.errorprone:error_prone_annotations:2.27.1 =runtimeClasspath
28
28
com.google.guava:guava-bom:33.1.0-jre=runtimeClasspath
29
29
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
30
30
com.microsoft.azure:msal4j:1.15.0=runtimeClasspath
Original file line number Diff line number Diff line change @@ -227,6 +227,6 @@ configurations {
227
227
exclude(" com.fasterxml.jackson.dataformat" , " jackson-dataformat-xml" )
228
228
exclude(" com.fasterxml.woodstox" , " woodstox-core" )
229
229
// temporarily overriding version until next azure-bom release in order to address CVE
230
- resolutionStrategy.force(" com.azure:azure-identity:1.12.0 " )
230
+ resolutionStrategy.force(" com.azure:azure-identity:1.12.1 " )
231
231
}
232
232
}
Original file line number Diff line number Diff line change 1
1
2
2
# agent
3
3
## Dependency License Report
4
- _ 2024-05-02 13:19:55 PDT _
4
+ _ 2024-05-06 18:01:17 UTC _
5
5
## Apache License, Version 2.0
6
6
7
7
** 1** ** Group:** ` com.fasterxml.jackson.core ` ** Name:** ` jackson-annotations ` ** Version:** ` 2.17.0 `
@@ -342,7 +342,7 @@ _2024-05-02 13:19:55 PDT_
342
342
> - ** POM Project URL** : [ https://github.com/Azure/azure-sdk-for-java ] ( https://github.com/Azure/azure-sdk-for-java )
343
343
> - ** POM License** : MIT License - [ https://opensource.org/licenses/MIT ] ( https://opensource.org/licenses/MIT )
344
344
345
- ** 65** ** Group:** ` com.azure ` ** Name:** ` azure-identity ` ** Version:** ` 1.12.0 `
345
+ ** 65** ** Group:** ` com.azure ` ** Name:** ` azure-identity ` ** Version:** ` 1.12.1 `
346
346
> - ** POM Project URL** : [ https://github.com/Azure/azure-sdk-for-java ] ( https://github.com/Azure/azure-sdk-for-java )
347
347
> - ** POM License** : MIT License - [ https://opensource.org/licenses/MIT ] ( https://opensource.org/licenses/MIT )
348
348
You can’t perform that action at this time.
0 commit comments