Skip to content

Commit 872def5

Browse files
authored
fix(deps): update dependency com.google.protobuf:protoc to v3.25.1 (GoogleCloudPlatform#8877)
1 parent 67fdf48 commit 872def5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

endpoints/bookstore-grpc/api/build.gradle

Lines changed: 1 addition & 1 deletion
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.25.0'
41+
artifact = 'com.google.protobuf:protoc:3.25.1'
4242
}
4343

4444
plugins {

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

4646
plugins {

0 commit comments

Comments
 (0)