Skip to content

Commit c51d2af

Browse files
committed
Update gRPC Kotlin version to 1.5.0
This updates the gRPC Kotlin version from `1.4.3` to `1.5.0` Signed-off-by: onobc <[email protected]>
1 parent f92f851 commit c51d2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ bom {
502502
releaseNotes("https://github.com/grpc/grpc-java/releases/tag/v{version}")
503503
}
504504
}
505-
library("Grpc Kotlin", "1.4.3") {
505+
library("Grpc Kotlin", "1.5.0") {
506506
group("io.grpc") {
507507
modules = [
508508
"grpc-kotlin-stub" {

0 commit comments

Comments
 (0)