File tree 1 file changed +3
-3
lines changed
buildSrc/src/main/groovy/org/apache/beam/gradle
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1175,7 +1175,7 @@ artifactId=${project.name}
1175
1175
project. apply plugin : " com.google.protobuf"
1176
1176
project. protobuf {
1177
1177
protoc { // The artifact spec for the Protobuf Compiler
1178
- artifact = " com.google.protobuf:protoc:3.2 .0" }
1178
+ artifact = " com.google.protobuf:protoc:3.6 .0" }
1179
1179
1180
1180
// Configure the codegen plugins
1181
1181
plugins {
@@ -1288,14 +1288,14 @@ artifactId=${project.name}
1288
1288
project. apply plugin : " com.google.protobuf"
1289
1289
project. protobuf {
1290
1290
protoc { // The artifact spec for the Protobuf Compiler
1291
- artifact = " com.google.protobuf:protoc:3.5.1 " }
1291
+ artifact = " com.google.protobuf:protoc:3.6.0 " }
1292
1292
1293
1293
// Configure the codegen plugins
1294
1294
plugins {
1295
1295
// An artifact spec for a protoc plugin, with "grpc" as
1296
1296
// the identifier, which can be referred to in the "plugins"
1297
1297
// container of the "generateProtoTasks" closure.
1298
- grpc { artifact = " io.grpc:protoc-gen-grpc-java:1.12.0 " }
1298
+ grpc { artifact = " io.grpc:protoc-gen-grpc-java:1.13.1 " }
1299
1299
}
1300
1300
1301
1301
generateProtoTasks {
You can’t perform that action at this time.
0 commit comments