diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 3aad2354af4..128b7f4b017 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -15,7 +15,7 @@ val DEPENDENCY_BOMS = listOf( "com.fasterxml.jackson:jackson-bom:2.18.3", "com.google.guava:guava-bom:33.4.6-jre", - "com.google.protobuf:protobuf-bom:4.29.3", + "com.google.protobuf:protobuf-bom:4.30.2", "com.squareup.okhttp3:okhttp-bom:4.12.0", "com.squareup.okio:okio-bom:3.10.2", // applies to transitive dependencies of okhttp "io.grpc:grpc-bom:1.71.0", diff --git a/exporters/otlp/profiles/build.gradle.kts b/exporters/otlp/profiles/build.gradle.kts index 069d8b97033..51979a5c8c6 100644 --- a/exporters/otlp/profiles/build.gradle.kts +++ b/exporters/otlp/profiles/build.gradle.kts @@ -17,6 +17,7 @@ dependencies { annotationProcessor("com.google.auto.value:auto-value") + testCompileOnly("com.google.guava:guava") testImplementation("com.fasterxml.jackson.core:jackson-databind") testImplementation("com.google.protobuf:protobuf-java-util") testImplementation("io.opentelemetry.proto:opentelemetry-proto")