Skip to content

Commit 2e53ae2

Browse files
authored
fix(deps): update grpc packages to v1.57.0 (GoogleCloudPlatform#8478)
1 parent 075b98f commit 2e53ae2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

endpoints/bookstore-grpc/api/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ dependencies {
3131
repositories {
3232
mavenCentral()
3333
}
34-
compile 'io.grpc:grpc-netty:1.56.1'
35-
compile 'io.grpc:grpc-protobuf:1.56.1'
36-
compile 'io.grpc:grpc-stub:1.56.1'
34+
compile 'io.grpc:grpc-netty:1.57.0'
35+
compile 'io.grpc:grpc-protobuf:1.57.0'
36+
compile 'io.grpc:grpc-stub:1.57.0'
3737
}
3838

3939
protobuf {
@@ -43,7 +43,7 @@ protobuf {
4343

4444
plugins {
4545
grpc {
46-
artifact = 'io.grpc:protoc-gen-grpc-java:1.56.1'
46+
artifact = 'io.grpc:protoc-gen-grpc-java:1.57.0'
4747
}
4848
}
4949
generateProtoTasks {

endpoints/getting-started-grpc/api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828
}
2929

30-
def grpcVersion = '1.56.1'
30+
def grpcVersion = '1.57.0'
3131

3232
dependencies {
3333
repositories {

0 commit comments

Comments
 (0)