Commit 5365770 1 parent 3a15398 commit 5365770 Copy full SHA for 5365770
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.20.6" )
7
7
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3" )
8
- testImplementation(" com.google.protobuf:protobuf-java-util:4.30.0 " )
8
+ testImplementation(" com.google.protobuf:protobuf-java-util:4.30.1 " )
9
9
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
10
10
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha" )
11
11
testImplementation(" io.opentelemetry:opentelemetry-api" )
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
99
99
// All dependencies below are only for tests
100
100
testImplementation(" org.testcontainers:testcontainers:1.20.6" )
101
101
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3" )
102
- testImplementation(" com.google.protobuf:protobuf-java-util:4.30.0 " )
102
+ testImplementation(" com.google.protobuf:protobuf-java-util:4.30.1 " )
103
103
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
104
104
testImplementation(" io.opentelemetry:opentelemetry-api" )
105
105
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.5.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:4.30.0 " )
32
+ implementation(" com.google.protobuf:protobuf-java-util:4.30.1 " )
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