diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-09-12 11:51:24 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-09-12 11:51:24 +0200 |
commit | 232ffd3f880dc3bcb0d7e1c8bae8e1fe6439a7a9 (patch) | |
tree | e7b13082f88ee08f0adb789e701e04278c5901d4 /pom.xml | |
parent | 60a6cadb8c95bdc5d1b1cf35c6b67268336a73d4 (diff) | |
download | sonarqube-232ffd3f880dc3bcb0d7e1c8bae8e1fe6439a7a9.tar.gz sonarqube-232ffd3f880dc3bcb0d7e1c8bae8e1fe6439a7a9.zip |
Upgrade some dependencies
Mainly for unit tests, except http-request (5.2 -> 5.4.1)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -262,12 +262,12 @@ <!-- not thread safe --> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-dev-maven-plugin</artifactId> - <version>1.6</version> + <version>1.7</version> </plugin> <plugin> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-packaging-maven-plugin</artifactId> - <version>1.7</version> + <version>1.8</version> </plugin> </plugins> </pluginManagement> @@ -778,7 +778,7 @@ <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> - <version>3.1.1</version> + <version>3.2.2</version> </dependency> <dependency> <groupId>org.picocontainer</groupId> @@ -1002,7 +1002,7 @@ <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> - <version>1.2</version> + <version>1.4</version> </dependency> <dependency> <groupId>org.dbunit</groupId> @@ -1032,7 +1032,7 @@ <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> - <version>0.9.7.RC1</version> + <version>0.9.9-RC1</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> @@ -1053,7 +1053,7 @@ <dependency> <groupId>com.github.kevinsawicki</groupId> <artifactId>http-request</artifactId> - <version>5.2</version> + <version>5.4.1</version> </dependency> <dependency> <groupId>org.codehaus.sonar.runner</groupId> |