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:
parent
e34049b74e
commit
a48b48fa29
|
@ -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",
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue