Skip to content

Commit

Permalink
Upgrade antlr from 4.7 to 4.13.1
Browse files Browse the repository at this point in the history
To allow users of newer versions of antlr, that
cannot downgrade, to use apache-beam.

Fixes apache#32696
  • Loading branch information
Idan Attias committed Nov 5, 2024
1 parent 14be0f6 commit a03bcd3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,8 @@ class BeamModulePlugin implements Plugin<Project> {
activemq_junit : "org.apache.activemq.tooling:activemq-junit:$activemq_version",
activemq_kahadb_store : "org.apache.activemq:activemq-kahadb-store:$activemq_version",
activemq_mqtt : "org.apache.activemq:activemq-mqtt:$activemq_version",
antlr : "org.antlr:antlr4:4.7",
antlr_runtime : "org.antlr:antlr4-runtime:4.7",
antlr : "org.antlr:antlr4:4.13.1",
antlr_runtime : "org.antlr:antlr4-runtime:4.13.1",
args4j : "args4j:args4j:2.33",
auto_value_annotations : "com.google.auto.value:auto-value-annotations:$autovalue_version",
avro : "org.apache.avro:avro:1.11.3",
Expand Down

0 comments on commit a03bcd3

Please sign in to comment.