File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
dependencies {
6
6
testImplementation(" org.testcontainers:testcontainers:1.19.2" )
7
7
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.16.1" )
8
- testImplementation(" com.google.protobuf:protobuf-java-util:3.25.1 " )
8
+ testImplementation(" com.google.protobuf:protobuf-java-util:3.25.2 " )
9
9
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
10
10
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha" )
11
11
testImplementation(" io.opentelemetry:opentelemetry-api" )
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ dependencies {
101
101
// All dependencies below are only for tests
102
102
testImplementation(" org.testcontainers:testcontainers:1.19.2" )
103
103
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.16.1" )
104
- testImplementation(" com.google.protobuf:protobuf-java-util:3.25.1 " )
104
+ testImplementation(" com.google.protobuf:protobuf-java-util:3.25.2 " )
105
105
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
106
106
testImplementation(" io.opentelemetry:opentelemetry-api" )
107
107
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha" )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
implementation(" io.opentelemetry.proto:opentelemetry-proto" )
30
30
implementation(" org.testcontainers:testcontainers" )
31
31
implementation(" com.fasterxml.jackson.core:jackson-databind" )
32
- implementation(" com.google.protobuf:protobuf-java-util:3.25.1 " )
32
+ implementation(" com.google.protobuf:protobuf-java-util:3.25.2 " )
33
33
implementation(" io.grpc:grpc-netty-shaded" )
34
34
implementation(" io.grpc:grpc-protobuf" )
35
35
implementation(" io.grpc:grpc-stub" )
You can’t perform that action at this time.
0 commit comments