File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55dependencies {
66 testImplementation(" org.testcontainers:testcontainers:1.20.4" )
77 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2" )
8- testImplementation(" com.google.protobuf:protobuf-java-util:4.29.1 " )
8+ testImplementation(" com.google.protobuf:protobuf-java-util:4.29.2 " )
99 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
1010 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.4.0-alpha" )
1111 testImplementation(" io.opentelemetry:opentelemetry-api" )
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ dependencies {
101101 // All dependencies below are only for tests
102102 testImplementation(" org.testcontainers:testcontainers:1.20.4" )
103103 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2" )
104- testImplementation(" com.google.protobuf:protobuf-java-util:4.29.1 " )
104+ testImplementation(" com.google.protobuf:protobuf-java-util:4.29.2 " )
105105 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
106106 testImplementation(" io.opentelemetry:opentelemetry-api" )
107107 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.4.0-alpha" )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
2929 implementation(" io.opentelemetry.proto:opentelemetry-proto" )
3030 implementation(" org.testcontainers:testcontainers" )
3131 implementation(" com.fasterxml.jackson.core:jackson-databind" )
32- implementation(" com.google.protobuf:protobuf-java-util:4.29.1 " )
32+ implementation(" com.google.protobuf:protobuf-java-util:4.29.2 " )
3333 implementation(" io.grpc:grpc-netty-shaded" )
3434 implementation(" io.grpc:grpc-protobuf" )
3535 implementation(" io.grpc:grpc-stub" )
You can’t perform that action at this time.
0 commit comments