]> source.dussan.org Git - sonarqube.git/commitdiff
Upgrade some dependencies
authorSimon Brandhof <simon.brandhof@gmail.com>
Thu, 12 Sep 2013 09:51:24 +0000 (11:51 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Thu, 12 Sep 2013 09:51:24 +0000 (11:51 +0200)
Mainly for unit tests, except http-request (5.2 -> 5.4.1)

pom.xml

diff --git a/pom.xml b/pom.xml
index a1510f2b77005b567dbe470444fda14884acb7db..50a60e66aecdcffae9f1edceff67cdea83b8b142 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <!-- 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>
       <dependency>
         <groupId>org.mybatis</groupId>
         <artifactId>mybatis</artifactId>
-        <version>3.1.1</version>
+        <version>3.2.2</version>
       </dependency>
       <dependency>
         <groupId>org.picocontainer</groupId>
       <dependency>
         <groupId>xmlunit</groupId>
         <artifactId>xmlunit</artifactId>
-        <version>1.2</version>
+        <version>1.4</version>
       </dependency>
       <dependency>
         <groupId>org.dbunit</groupId>
       <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>
       <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>