Skip to content

Commit 6c4df76

Browse files
Bumping versions that were missed in apache#5988
1 parent 091df92 commit 6c4df76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

+3-3
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ artifactId=${project.name}
11751175
project.apply plugin: "com.google.protobuf"
11761176
project.protobuf {
11771177
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" }
11791179

11801180
// Configure the codegen plugins
11811181
plugins {
@@ -1288,14 +1288,14 @@ artifactId=${project.name}
12881288
project.apply plugin: "com.google.protobuf"
12891289
project.protobuf {
12901290
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" }
12921292

12931293
// Configure the codegen plugins
12941294
plugins {
12951295
// An artifact spec for a protoc plugin, with "grpc" as
12961296
// the identifier, which can be referred to in the "plugins"
12971297
// 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" }
12991299
}
13001300

13011301
generateProtoTasks {

0 commit comments

Comments
 (0)