File tree 2 files changed +2
-1
lines changed
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(
15
15
16
16
" com.fasterxml.jackson:jackson-bom:2.18.3" ,
17
17
" 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 " ,
19
19
" com.squareup.okhttp3:okhttp-bom:4.12.0" ,
20
20
" com.squareup.okio:okio-bom:3.10.2" , // applies to transitive dependencies of okhttp
21
21
" io.grpc:grpc-bom:1.71.0" ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dependencies {
17
17
18
18
annotationProcessor(" com.google.auto.value:auto-value" )
19
19
20
+ testCompileOnly(" com.google.guava:guava" )
20
21
testImplementation(" com.fasterxml.jackson.core:jackson-databind" )
21
22
testImplementation(" com.google.protobuf:protobuf-java-util" )
22
23
testImplementation(" io.opentelemetry.proto:opentelemetry-proto" )
You can’t perform that action at this time.
0 commit comments