File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 33# This file is expected to be part of source control.
44com.azure:azure-sdk-bom:1.2.30=runtimeClasspath
55com.fasterxml.jackson:jackson-bom:2.18.2=runtimeClasspath
6- com.google.errorprone:error_prone_annotations:2.34 .0=runtimeClasspath
6+ com.google.errorprone:error_prone_annotations:2.36 .0=runtimeClasspath
77io.netty:netty-bom:4.1.116.Final=runtimeClasspath
88io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.11.0-alpha=runtimeClasspath
99io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.11.0=runtimeClasspath
Original file line number Diff line number Diff line change 33# This file is expected to be part of source control.
44com.azure:azure-sdk-bom:1.2.30=runtimeClasspath
55com.fasterxml.jackson:jackson-bom:2.18.2=runtimeClasspath
6- com.google.errorprone:error_prone_annotations:2.34 .0=runtimeClasspath
6+ com.google.errorprone:error_prone_annotations:2.36 .0=runtimeClasspath
77io.netty:netty-bom:4.1.116.Final=runtimeClasspath
88io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.11.0-alpha=runtimeClasspath
99io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.11.0=runtimeClasspath
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2=runtimeClasspath
2222com.fasterxml.jackson:jackson-bom:2.18.2=runtimeClasspath
2323com.github.oshi:oshi-core:6.6.5=runtimeClasspath
2424com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
25- com.google.errorprone:error_prone_annotations:2.34 .0=runtimeClasspath
25+ com.google.errorprone:error_prone_annotations:2.36 .0=runtimeClasspath
2626com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
2727com.microsoft.azure:msal4j:1.17.2=runtimeClasspath
2828com.nimbusds:content-type:2.3=runtimeClasspath
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ tasks {
4040 // Doesn't work well with Java 8
4141 disable(" FutureReturnValueIgnored" )
4242
43+ // Needs Java 9+
44+ disable(" JavaDurationGetSecondsToToSeconds" )
45+
4346 // Require Guava
4447 disable(" AutoValueImmutableFields" )
4548 disable(" StringSplitter" )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(
3333
3434val autoServiceVersion = " 1.1.1"
3535val autoValueVersion = " 1.11.0"
36- val errorProneVersion = " 2.34 .0"
36+ val errorProneVersion = " 2.36 .0"
3737val jmhVersion = " 1.37"
3838val mockitoVersion = " 4.11.0"
3939val slf4jVersion = " 2.0.16"
Original file line number Diff line number Diff line change 11
22# agent
33## Dependency License Report
4- _ 2025-01-08 15:01:38 PST _
4+ _ 2025-01-09 18:03:36 UTC _
55## Apache License, Version 2.0
66
77** 1** ** Group:** ` com.fasterxml.jackson.core ` ** Name:** ` jackson-annotations ` ** Version:** ` 2.18.2 `
@@ -36,7 +36,7 @@ _2025-01-08 15:01:38 PST_
3636> - ** POM Project URL** : [ http://stephenc.github.com/jcip-annotations ] ( http://stephenc.github.com/jcip-annotations )
3737> - ** POM License** : Apache License, Version 2.0 - [ https://www.apache.org/licenses/LICENSE-2.0 ] ( https://www.apache.org/licenses/LICENSE-2.0 )
3838
39- ** 6** ** Group:** ` com.google.errorprone ` ** Name:** ` error_prone_annotations ` ** Version:** ` 2.34 .0 `
39+ ** 6** ** Group:** ` com.google.errorprone ` ** Name:** ` error_prone_annotations ` ** Version:** ` 2.36 .0 `
4040> - ** Manifest Project URL** : [ https://errorprone.info/error_prone_annotations ] ( https://errorprone.info/error_prone_annotations )
4141> - ** Manifest License** : Apache License, Version 2.0 (Not Packaged)
4242> - ** POM License** : Apache License, Version 2.0 - [ http://www.apache.org/licenses/LICENSE-2.0 ] ( http://www.apache.org/licenses/LICENSE-2.0 )
You can’t perform that action at this time.
0 commit comments