Skip to content

Commit f851804

Browse files
committed
Update gRPC and protobuf versions (take 2)
Updates the gRPC and protobuf versions in the gRPC smoke test: - `grpc-bom` from `1.74.0` to `1.75.0` - `protobuf-bum` from `4.31.1` to `4.32.1` Signed-off-by: onobc <[email protected]>
1 parent 0224ca7 commit f851804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smoke-test/spring-boot-smoke-test-grpc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ tasks.withType(io.spring.javaformat.gradle.tasks.CheckFormat) {
4444
}
4545

4646
// FIXME get from 'protobuf-java-version' from dep mgmt
47-
def protobufJavaVersion = "4.30.2"
47+
def protobufJavaVersion = "4.32.1"
4848
// FIXME get from 'grpc-java-version' from dep mgmt
49-
def grpcVersion = "1.74.0"
49+
def grpcVersion = "1.75.0"
5050

5151
protobuf {
5252
protoc {

0 commit comments

Comments
 (0)