Skip to content

Commit 1036b35

Browse files
authored
upgrading protobuf-java-util version (#413)
1 parent 585866b commit 1036b35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shaded-protobuf-java-util/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
dependencies {
7-
implementation("com.google.protobuf:protobuf-java-util:3.4.0") {
7+
implementation("com.google.protobuf:protobuf-java-util:3.25.5") {
88
exclude("com.google.protobuf", "protobuf-java")
99
exclude("com.google.guava", "guava")
1010
}

smoke-tests/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies{
2121
testRuntimeOnly("io.grpc:grpc-stub:1.36.1") // needed at runtime to send gRPC requests to the gRPC app
2222
testRuntimeOnly("io.grpc:grpc-protobuf:1.36.1") // needed at runtime to send gRPC requests to the gRPC app
2323
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")
2525
testImplementation("org.spockframework:spock-core:1.3-groovy-2.5")
2626
testImplementation("info.solidsoft.spock:spock-global-unroll:0.5.1")
2727
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")

0 commit comments

Comments
 (0)