Newer version of antlr.

This commit is contained in:
michael 2020-03-21 16:56:34 +01:00
parent 6afee86066
commit a11dc1ab22

View File

@ -20,7 +20,7 @@ http://maven.apache.org/maven-v4_0_0.xsd">
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4</artifactId>
<version>4.7</version>
<version>4.8-1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>