This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit c34cb84b9c9b31ca8aac7323adc3aef1120f60dc
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Sep 8 15:36:38 2025 -0700

    maven: update antlr from 3.3 to 3.5.2 for consistency
    
    This is a better fix than cf6bf15. antlr3-maven-plugin can't seem to handle 
Antlr 2 grammars, like plain old Antlr3 seems to be able to in the Ant build. 
So keep 2.7.7 where needed.
---
 compiler-common/pom.xml | 4 ++--
 compiler/pom.xml        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index b24c859ed..009860456 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -67,8 +67,8 @@
     </dependency>
     <dependency>
       <groupId>org.antlr</groupId>
-      <artifactId>antlr</artifactId>
-      <version>3.3</version>
+      <artifactId>antlr-complete</artifactId>
+      <version>3.5.2</version>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
diff --git a/compiler/pom.xml b/compiler/pom.xml
index a6166595b..5d664dc78 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -600,8 +600,8 @@
     </dependency>
     <dependency>
       <groupId>org.antlr</groupId>
-      <artifactId>antlr</artifactId>
-      <version>3.3</version>
+      <artifactId>antlr-complete</artifactId>
+      <version>3.5.2</version>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>

Reply via email to