Skip to content

Commit

Permalink
📌 : pins antlr4 version in properties
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Jan 9, 2020
1 parent 9fa1d6a commit c20fc1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
</ciManagement>

<properties>
<antlr4.version>4.7.2</antlr4.version>
<java.version>11</java.version>
<jersey.version>2.27</jersey.version>
<junit-jupiter.version>5.5.2</junit-jupiter.version>
Expand Down Expand Up @@ -215,7 +216,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.7.2</version>
<version>${antlr4.version}</version>
</dependency>

<!-- selenium tests -->
Expand Down Expand Up @@ -313,7 +314,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.7.2</version>
<version>${antlr4.version}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit c20fc1b

Please sign in to comment.