Skip to content

Commit f7f9985

Browse files
committed
[bugfix] Use version 4.9.3 of Antlr which is the last version with Java 8 compatibility
1 parent f547cea commit f7f9985

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
<project.build.source>1.8</project.build.source>
4242
<project.build.target>1.8</project.build.target>
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44-
<antlr.version>4.13.1</antlr.version>
44+
<!-- NOTE(AR) Antlr 4.9.3 is the last version in the 4.x.x line that supports Java 8 -->
45+
<antlr.version>4.9.3</antlr.version>
4546
<contact.email>[email protected]</contact.email>
4647
</properties>
4748

0 commit comments

Comments
 (0)