Skip to content

Commit

Permalink
downgrade antlr to last version that supports java 8 compile #2083
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Aug 5, 2022
1 parent 9216c4c commit 20ef8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>

<properties>
<antlr.version>4.10.1</antlr.version>
<antlr.version>4.9.3</antlr.version>
<graal.version>22.0.0.2</graal.version>
</properties>

Expand Down

0 comments on commit 20ef8ef

Please sign in to comment.