File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
testing/dependencies-shaded-for-testing Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55dependencies {
66 testImplementation(" org.testcontainers:testcontainers:2.0.0" )
77 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0" )
8- testImplementation(" com.google.protobuf:protobuf-java-util:4.32.1 " )
8+ testImplementation(" com.google.protobuf:protobuf-java-util:4.33.0 " )
99 testImplementation(" com.squareup.okhttp3:okhttp:5.2.1" )
1010 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha" )
1111 testImplementation(" io.opentelemetry:opentelemetry-api" )
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ dependencies {
100100 // All dependencies below are only for tests
101101 testImplementation(" org.testcontainers:testcontainers:2.0.0" )
102102 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0" )
103- testImplementation(" com.google.protobuf:protobuf-java-util:4.32.1 " )
103+ testImplementation(" com.google.protobuf:protobuf-java-util:4.33.0 " )
104104 testImplementation(" com.squareup.okhttp3:okhttp:5.2.1" )
105105 testImplementation(" io.opentelemetry:opentelemetry-api" )
106106 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha" )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 implementation(" io.opentelemetry.proto:opentelemetry-proto" )
2929 implementation(" org.testcontainers:testcontainers" )
3030 implementation(" com.fasterxml.jackson.core:jackson-databind" )
31- implementation(" com.google.protobuf:protobuf-java-util:4.32.1 " )
31+ implementation(" com.google.protobuf:protobuf-java-util:4.33.0 " )
3232 implementation(" io.grpc:grpc-netty-shaded" )
3333 implementation(" io.grpc:grpc-protobuf" )
3434 implementation(" io.grpc:grpc-stub" )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 implementation(" com.linecorp.armeria:armeria-junit5:1.33.4" )
88 implementation(" com.google.errorprone:error_prone_annotations" )
99 implementation(" io.opentelemetry.proto:opentelemetry-proto" )
10- implementation(" com.google.protobuf:protobuf-java-util:4.32.1 " )
10+ implementation(" com.google.protobuf:protobuf-java-util:4.33.0 " )
1111 implementation(" com.github.tomakehurst:wiremock-jre8:2.35.2" )
1212 implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0" )
1313}
You can’t perform that action at this time.
0 commit comments