Skip to content
Open
2 changes: 1 addition & 1 deletion agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is expected to be part of source control.
com.azure:azure-sdk-bom:1.3.5=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.46.0=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.48.0=runtimeClasspath
io.netty:netty-bom:4.2.12.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is expected to be part of source control.
com.azure:azure-sdk-bom:1.3.5=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.46.0=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.48.0=runtimeClasspath
io.netty:netty-bom:4.2.12.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ com.fasterxml.jackson.core:jackson-databind:2.21.2=runtimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.2=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath
com.github.oshi:oshi-core:6.11.0=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.46.0=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.48.0=runtimeClasspath
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
com.microsoft.azure:msal4j:1.23.1=runtimeClasspath
commons-codec:commons-codec:1.21.0=runtimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ tasks {
// warnings when compiling with --release 8, even though we use JDK 21 for compilation.
// See: https://github.com/jspecify/jspecify/wiki/version-compatibility
disable("AddNullMarkedToClass")

// Java 8 compatibility requires Scanner(InputStream, String) and URLDecoder.decode(String, Charset)
disable("JdkObsolete")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ val DEPENDENCY_BOMS = listOf(

val autoServiceVersion = "1.1.1"
val autoValueVersion = "1.11.1"
val errorProneVersion = "2.46.0"
val errorProneVersion = "2.48.0"
val jmhVersion = "1.37"
val mockitoVersion = "4.11.0"
val slf4jVersion = "2.0.17"
Expand Down
2 changes: 1 addition & 1 deletion licenses/more-licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _2026-04-06 03:19:59 UTC_
> - **Embedded license files**: [jackson-datatype-jsr310-2.21.2.jar/META-INF/LICENSE](jackson-datatype-jsr310-2.21.2.jar/META-INF/LICENSE)
- [jackson-datatype-jsr310-2.21.2.jar/META-INF/NOTICE](jackson-datatype-jsr310-2.21.2.jar/META-INF/NOTICE)

**5** **Group:** `com.google.errorprone` **Name:** `error_prone_annotations` **Version:** `2.46.0`
**5** **Group:** `com.google.errorprone` **Name:** `error_prone_annotations` **Version:** `2.48.0`
> - **Manifest Project URL**: [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations)
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Expand Down