File tree 2 files changed +2
-2
lines changed
shaded-protobuf-java-util
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
dependencies {
7
- implementation(" com.google.protobuf:protobuf-java-util:3.4.0 " ) {
7
+ implementation(" com.google.protobuf:protobuf-java-util:3.25.5 " ) {
8
8
exclude(" com.google.protobuf" , " protobuf-java" )
9
9
exclude(" com.google.guava" , " guava" )
10
10
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies{
21
21
testRuntimeOnly(" io.grpc:grpc-stub:1.36.1" ) // needed at runtime to send gRPC requests to the gRPC app
22
22
testRuntimeOnly(" io.grpc:grpc-protobuf:1.36.1" ) // needed at runtime to send gRPC requests to the gRPC app
23
23
testImplementation(" io.opentelemetry:opentelemetry-sdk:${versions[" opentelemetry" ]} " )
24
- testImplementation(" com.google.protobuf:protobuf-java-util:3.15.8 " )
24
+ testImplementation(" com.google.protobuf:protobuf-java-util:3.25.5 " )
25
25
testImplementation(" org.spockframework:spock-core:1.3-groovy-2.5" )
26
26
testImplementation(" info.solidsoft.spock:spock-global-unroll:0.5.1" )
27
27
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.16.0" )
You can’t perform that action at this time.
0 commit comments