diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-17 17:24:29 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-17 17:24:40 +0100 |
commit | fa40eb7ba3dd0f71d415308bcd1728e1070b2b0b (patch) | |
tree | bb06565f97e211b7efa9ba5d90741f9a5609721a /pom.xml | |
parent | ea7c236034f358a84794b0b5ef71474a07559e41 (diff) | |
download | sonarqube-fa40eb7ba3dd0f71d415308bcd1728e1070b2b0b.tar.gz sonarqube-fa40eb7ba3dd0f71d415308bcd1728e1070b2b0b.zip |
Upgrade to jsonassert 1.2.2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1065,7 +1065,7 @@ <dependency> <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> - <version>1.2.0</version> + <version>1.2.2</version> </dependency> <dependency> <groupId>junit</groupId> |