Skip to content

Commit f92f851

Browse files
committed
Update gRPC and protobuf versions
Updates the following gRPC related library versions: - `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 eb9454e commit f92f851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ bom {
492492
site("https://groovy-lang.org")
493493
}
494494
}
495-
library("Grpc Java", "1.74.0") {
495+
library("Grpc Java", "1.75.0") {
496496
group("io.grpc") {
497497
bom("grpc-bom")
498498
}
@@ -1806,7 +1806,7 @@ bom {
18061806
releaseNotes("https://github.com/googleapis/sdk-platform-java/releases/tag/v-{version}")
18071807
}
18081808
}
1809-
library("Protobuf Java", "4.31.1") {
1809+
library("Protobuf Java", "4.32.1") {
18101810
group("com.google.protobuf") {
18111811
bom("protobuf-bom")
18121812
}

0 commit comments

Comments
 (0)