Skip to content

Commit

Permalink
npgall#307 - add support for ANLTR 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvissers committed Nov 2, 2022
1 parent a142d78 commit 2304ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.7</version>
<version>4.10.1</version>
<executions>
<execution>
<id>antlr</id>
Expand Down Expand Up @@ -270,7 +270,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.7.2</version>
<version>4.10.1</version>
</dependency>
<dependency>
<groupId>net.jodah</groupId>
Expand Down

0 comments on commit 2304ff7

Please sign in to comment.