diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-09-16 16:34:32 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-09-16 16:34:32 +0200 |
commit | 5567abd438918d98f4575c011b6040fb313d42dc (patch) | |
tree | af3904c0359b9cff5c8041ba4d02e5a37db881f1 /pom.xml | |
parent | fd8267753b78b9567234ec5e83d660222ac7eb38 (diff) | |
download | sonarqube-5567abd438918d98f4575c011b6040fb313d42dc.tar.gz sonarqube-5567abd438918d98f4575c011b6040fb313d42dc.zip |
Upgrade to JUnit 4.9
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -934,7 +934,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.8.2</version> + <version>4.9</version> </dependency> <dependency> <groupId>xerces</groupId> |