update ANTLR to 4.2.9 in all places

This commit is contained in:
Jonathan Shook
2021-06-17 13:13:34 -05:00
parent 3b74ae2070
commit 5b4a695f0b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.8</version>
<version>4.9.2</version>
</dependency>
<dependency>
+1 -1
View File
@@ -66,7 +66,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.8</version>
<version>4.9.2</version>
</dependency>
<dependency>
+1 -1
View File
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.8</version>
<version>4.9.2</version>
</dependency>
<!-- <dependency>-->
+1 -1
View File
@@ -270,7 +270,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.8</version>
<version>4.9.2</version>
</dependency>
<dependency>