fix(deps): update dependency com.google.protobuf:protobuf-bom to v4.30.0 (#7173)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jack Berg <jberg@newrelic.com>
This commit is contained in:
renovate[bot] 2025-04-02 14:04:24 -05:00 committed by GitHub
parent e34049b74e
commit a48b48fa29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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")