Skip to content

Commit 63dff86

Browse files
authored
fix(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.3 (GoogleCloudPlatform#8044)
1 parent fe97382 commit 63dff86

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.9.1'
25+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3'
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.9.1'
25+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3'
2626

2727
}
2828
}

0 commit comments

Comments
 (0)