summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-08-18 15:32:01 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-08-18 15:37:17 +0200
commit5063d911379267ba5119d823cd54f352cac4029c (patch)
tree7f6b80ca1037335e67b3d66e1a374b9dfc75870f /pom.xml
parent7cb55c3a0dfdc782b77ead6bdaaeb5f1645b987d (diff)
Use junit 4.12
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 60d997b7801..798738c02af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -589,12 +589,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit-dep</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>