Skip to content

Commit

Permalink
Upgrade antlr from 4.7 to 4.13.1 (#33016)
Browse files Browse the repository at this point in the history
* Upgrade antlr from 4.7 to 4.13.1

To allow users of newer versions of antlr, that
cannot downgrade, to use apache-beam.

Fixes #32696

* Update CHANGES.md

---------

Co-authored-by: Idan Attias <[email protected]>
  • Loading branch information
idan-at and Idan Attias authored Nov 5, 2024
1 parent bcb8930 commit 9baa7ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
* Removed support for Flink 1.15 and 1.16
* Removed support for Python 3.8
* X behavior is deprecated and will be removed in X versions ([#X](https://github.com/apache/beam/issues/X)).
* Upgrade antlr from 4.7 to 4.13.1 ([#33016](https://github.com/apache/beam/pull/33016)).

## Bugfixes

Expand Down
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 9baa7ba

Please sign in to comment.