Skip to content

Commit

Permalink
Revert "Upgrade antlr from 4.7 to 4.13.1 (#33016)" (#33028)
Browse files Browse the repository at this point in the history
This reverts commit 9baa7ba.
  • Loading branch information
Abacn authored Nov 6, 2024
1 parent ad2af88 commit 13049a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
* 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.13.1",
antlr_runtime : "org.antlr:antlr4-runtime:4.13.1",
antlr : "org.antlr:antlr4:4.7",
antlr_runtime : "org.antlr:antlr4-runtime:4.7",
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 13049a5

Please sign in to comment.