diff --git a/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile index 15f88624535..d5c6c22fc6a 100644 --- a/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile @@ -3,7 +3,7 @@ # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.0=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath -com.google.errorprone:error_prone_annotations:2.42.0=runtimeClasspath +com.google.errorprone:error_prone_annotations:2.43.0=runtimeClasspath io.netty:netty-bom:4.2.7.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile index 15f88624535..d5c6c22fc6a 100644 --- a/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile @@ -3,7 +3,7 @@ # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.0=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath -com.google.errorprone:error_prone_annotations:2.42.0=runtimeClasspath +com.google.errorprone:error_prone_annotations:2.43.0=runtimeClasspath io.netty:netty-bom:4.2.7.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/agent-tooling/gradle.lockfile b/agent/agent-tooling/gradle.lockfile index eefd7fa8af5..3b6636991f9 100644 --- a/agent/agent-tooling/gradle.lockfile +++ b/agent/agent-tooling/gradle.lockfile @@ -21,7 +21,7 @@ com.fasterxml.jackson.core:jackson-databind:2.20.0=runtimeClasspath com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath com.github.oshi:oshi-core:6.9.1=runtimeClasspath -com.google.errorprone:error_prone_annotations:2.42.0=runtimeClasspath +com.google.errorprone:error_prone_annotations:2.43.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.19.0=runtimeClasspath diff --git a/buildSrc/src/main/kotlin/ai.errorprone-conventions.gradle.kts b/buildSrc/src/main/kotlin/ai.errorprone-conventions.gradle.kts index 84ebf624d9f..9e4ef11c90a 100644 --- a/buildSrc/src/main/kotlin/ai.errorprone-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/ai.errorprone-conventions.gradle.kts @@ -54,9 +54,6 @@ tasks { // Suggests using Guava types for fields but we don't use Guava disable("ImmutableMemberCollection") - // TODO (trask) use animal sniffer - disable("AndroidJdkLibsChecker") - // apparently disabling android doesn't disable this disable("StaticOrDefaultInterfaceMethod") diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 8ec35c24b29..f8ec39383b9 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -29,7 +29,7 @@ val DEPENDENCY_BOMS = listOf( val autoServiceVersion = "1.1.1" val autoValueVersion = "1.11.0" -val errorProneVersion = "2.42.0" +val errorProneVersion = "2.43.0" val jmhVersion = "1.37" val mockitoVersion = "4.11.0" val slf4jVersion = "2.0.17" diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index edfd3a2c9a7..f54d1ec7320 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -1,7 +1,7 @@ # agent ## Dependency License Report -_2025-10-20 03:10:02 UTC_ +_2025-10-27 21:29:56 UTC_ ## Apache License, Version 2.0 **1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.20` @@ -32,7 +32,7 @@ _2025-10-20 03:10:02 UTC_ > - **Embedded license files**: [jackson-datatype-jsr310-2.20.0.jar/META-INF/LICENSE](jackson-datatype-jsr310-2.20.0.jar/META-INF/LICENSE) - [jackson-datatype-jsr310-2.20.0.jar/META-INF/NOTICE](jackson-datatype-jsr310-2.20.0.jar/META-INF/NOTICE) -**5** **Group:** `com.google.errorprone` **Name:** `error_prone_annotations` **Version:** `2.42.0` +**5** **Group:** `com.google.errorprone` **Name:** `error_prone_annotations` **Version:** `2.43.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)