diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-11 17:07:44 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-11 17:07:44 +0100 |
commit | b4a59178aa76fc48c8fe76fd4dbc55996bc78eaa (patch) | |
tree | fa82aec017f1708e5d1b09ef80308f11183b95e3 /pom.xml | |
parent | 97a551a064e0389701bd8a26fb79a661864a344b (diff) | |
download | sonarqube-b4a59178aa76fc48c8fe76fd4dbc55996bc78eaa.tar.gz sonarqube-b4a59178aa76fc48c8fe76fd4dbc55996bc78eaa.zip |
upgrade to junit 4.8.2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -759,7 +759,7 @@ mmmm <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.8.1</version> + <version>4.8.2</version> </dependency> <dependency> <groupId>xerces</groupId> |