Skip to content

Commit 65b52a5

Browse files
authored
fix(deps): update dependency com.google.protobuf:protoc to v3.23.4 (GoogleCloudPlatform#8403)
1 parent 7839ff8 commit 65b52a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

endpoints/bookstore-grpc/api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838

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

4444
plugins {

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

+1-1
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.23.3'
43+
artifact = 'com.google.protobuf:protoc:3.23.4'
4444
}
4545

4646
plugins {

0 commit comments

Comments
 (0)