File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ val DEPENDENCY_BOMS = listOf(
1515
1616 " com.fasterxml.jackson:jackson-bom:2.18.3" ,
1717 " com.google.guava:guava-bom:33.4.6-jre" ,
18- " com.google.protobuf:protobuf-bom:4.29.3 " ,
18+ " com.google.protobuf:protobuf-bom:4.30.2 " ,
1919 " com.squareup.okhttp3:okhttp-bom:4.12.0" ,
2020 " com.squareup.okio:okio-bom:3.10.2" , // applies to transitive dependencies of okhttp
2121 " io.grpc:grpc-bom:1.71.0" ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dependencies {
1717
1818 annotationProcessor(" com.google.auto.value:auto-value" )
1919
20+ testCompileOnly(" com.google.guava:guava" )
2021 testImplementation(" com.fasterxml.jackson.core:jackson-databind" )
2122 testImplementation(" com.google.protobuf:protobuf-java-util" )
2223 testImplementation(" io.opentelemetry.proto:opentelemetry-proto" )
You can’t perform that action at this time.
0 commit comments