diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-05 10:27:12 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-05 10:27:12 +0200 |
commit | e01af4ad5d3550d9e2b522f1e72147cdaae01bd6 (patch) | |
tree | ac9ce87684c0beb5afd41be90c562475d44fe21b /pom.xml | |
parent | 42bd0823e16c36baf43906be7ed12a5450ac2ff2 (diff) | |
download | sonarqube-e01af4ad5d3550d9e2b522f1e72147cdaae01bd6.tar.gz sonarqube-e01af4ad5d3550d9e2b522f1e72147cdaae01bd6.zip |
Upgrade to assertJ 2.0.0
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -993,7 +993,7 @@ <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> - <version>1.7.0</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>xpp3</groupId> |