updated antlr4 to latest version

This commit is contained in:
Marvin Kaiser
2019-10-28 17:06:20 +01:00
parent a95ee82469
commit 5bb85af67f
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//target/generated-sources/antlr4=UTF-8
encoding/<project>=UTF-8

View File

@@ -19,7 +19,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.5</version>
<version>4.7.2</version>
</dependency>
</dependencies>
@@ -44,7 +44,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.5</version>
<version>4.7.2</version>
<executions>
<execution>
<goals>