summaryrefslogtreecommitdiff
path: root/tool-testsuite/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tool-testsuite/pom.xml')
-rw-r--r--tool-testsuite/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool-testsuite/pom.xml b/tool-testsuite/pom.xml
index e21d6f8..81b4525 100644
--- a/tool-testsuite/pom.xml
+++ b/tool-testsuite/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
- <version>4.5.1</version>
+ <version>4.5.2-1</version>
</parent>
<artifactId>antlr4-tool-testsuite</artifactId>
<name>ANTLR 4 Tool Tests</name>
@@ -76,6 +76,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.12.4</version>
<configuration>
<systemPropertyVariables>
<antlr-python2-runtime>../../antlr4-python2/src</antlr-python2-runtime>