Skip to content

Commit

Permalink
Specify antlr version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Nov 25, 2024
1 parent f4ad3b5 commit 5505988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.7.2</version>
<version>4.10.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ location "https://download.eclipse.org/tools/orbit/downloads/2023-03/" {
org.mockito.mockito-core
ch.qos.logback.classic
ch.qos.logback.slf4j
org.antlr.runtime
org.antlr.runtime [4.10.1,4.11.0)
}

location "https://download.eclipse.org/nattable/releases/1.6.0/repository/" {
Expand Down

0 comments on commit 5505988

Please sign in to comment.