aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-05 10:27:12 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-05 10:27:12 +0200
commite01af4ad5d3550d9e2b522f1e72147cdaae01bd6 (patch)
treeac9ce87684c0beb5afd41be90c562475d44fe21b /pom.xml
parent42bd0823e16c36baf43906be7ed12a5450ac2ff2 (diff)
downloadsonarqube-e01af4ad5d3550d9e2b522f1e72147cdaae01bd6.tar.gz
sonarqube-e01af4ad5d3550d9e2b522f1e72147cdaae01bd6.zip
Upgrade to assertJ 2.0.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0f263d2de07..2c577dd2c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>