aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-09 23:16:18 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-09 23:16:18 +0100
commitb1ce54aa633f8773f7e149406837f6c96a420d8c (patch)
treeabe6599c90ca519128599f0d8ae9c38380860cd8 /pom.xml
parent0e74c4e6f9d352fe7965a63f6a1a48db2b56be49 (diff)
downloadsonarqube-b1ce54aa633f8773f7e149406837f6c96a420d8c.tar.gz
sonarqube-b1ce54aa633f8773f7e149406837f6c96a420d8c.zip
Upgrade to JUnit 4.12
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4a34c9ecafd..c771d9285ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1009,7 +1009,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
@@ -1044,7 +1044,7 @@
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
- <version>0.9.9-RC1</version>
+ <version>0.9.9</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>