Skip to content

Commit f80d75a

Browse files
authored
chore(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.8.18 (GoogleCloudPlatform#6405)
1 parent 7b909ed commit f80d75a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

endpoints/bookstore-grpc/api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
mavenCentral()
2323
}
2424
dependencies {
25-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.17'
25+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
2626

2727
}
2828
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
mavenCentral()
2323
}
2424
dependencies {
25-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.17'
25+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
2626

2727
}
2828
}

0 commit comments

Comments
 (0)