File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
buildSrc/src/main/groovy/org/apache/beam/gradle Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -417,6 +417,7 @@ class BeamModulePlugin implements Plugin<Project> {
417417 // a dependency version which should match across multiple
418418 // Maven artifacts.
419419 def activemq_version = " 5.14.5"
420+ def antlr_version = " 4.9.2"
420421 def autovalue_version = " 1.8.1"
421422 def aws_java_sdk_version = " 1.11.974"
422423 def aws_java_sdk2_version = " 2.15.31"
@@ -466,8 +467,8 @@ class BeamModulePlugin implements Plugin<Project> {
466467 activemq_junit : " org.apache.activemq.tooling:activemq-junit:$activemq_version " ,
467468 activemq_kahadb_store : " org.apache.activemq:activemq-kahadb-store:$activemq_version " ,
468469 activemq_mqtt : " org.apache.activemq:activemq-mqtt:$activemq_version " ,
469- antlr : " org.antlr:antlr4:4.7 " ,
470- antlr_runtime : " org.antlr:antlr4-runtime:4.7 " ,
470+ antlr : " org.antlr:antlr4:$a ntlr_version " ,
471+ antlr_runtime : " org.antlr:antlr4-runtime:$a ntlr_version " ,
471472 args4j : " args4j:args4j:2.33" ,
472473 auto_value_annotations : " com.google.auto.value:auto-value-annotations:$autovalue_version " ,
473474 avro : " org.apache.avro:avro:1.8.2" ,
You can’t perform that action at this time.
0 commit comments