Skip to content

Commit f179f49

Browse files
authored
chore(deps): update artifact (GoogleCloudPlatform#6921)
1 parent 7831f9b commit f179f49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

endpoints/bookstore-grpc/api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ dependencies {
3838

3939
protobuf {
4040
protoc {
41-
artifact = 'com.google.protobuf:protoc:3.19.4'
41+
artifact = 'com.google.protobuf:protoc:3.20.0'
4242
}
4343

4444
plugins {
4545
grpc {
46-
artifact = 'io.grpc:protoc-gen-grpc-java:1.45.0'
46+
artifact = 'io.grpc:protoc-gen-grpc-java:1.45.1'
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
@@ -40,7 +40,7 @@ dependencies {
4040

4141
protobuf {
4242
protoc {
43-
artifact = 'com.google.protobuf:protoc:3.19.4'
43+
artifact = 'com.google.protobuf:protoc:3.20.0'
4444
}
4545

4646
plugins {

0 commit comments

Comments
 (0)