diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-09 23:16:18 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-09 23:16:18 +0100 |
commit | b1ce54aa633f8773f7e149406837f6c96a420d8c (patch) | |
tree | abe6599c90ca519128599f0d8ae9c38380860cd8 /pom.xml | |
parent | 0e74c4e6f9d352fe7965a63f6a1a48db2b56be49 (diff) | |
download | sonarqube-b1ce54aa633f8773f7e149406837f6c96a420d8c.tar.gz sonarqube-b1ce54aa633f8773f7e149406837f6c96a420d8c.zip |
Upgrade to JUnit 4.12
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |