]> source.dussan.org Git - sonarqube.git/commitdiff
Upgrade to mockito 1.10.10, gson 2.3.1 and jsr305 2.0.3
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 9 Dec 2014 22:27:01 +0000 (23:27 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 9 Dec 2014 22:27:01 +0000 (23:27 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 130e8b36dc0dbbd48b22650713d2a22f5d359659..6b566d52b758fbbf15d1403bab0881265723bcc2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>com.google.code.findbugs</groupId>
         <artifactId>jsr305</artifactId>
-        <version>1.3.9</version>
+        <version>2.0.3</version>
       </dependency>
       <dependency>
         <groupId>commons-dbutils</groupId>
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>1.9.5</version>
+        <version>1.10.10</version>
         <exclusions>
           <exclusion>
             <groupId>org.hamcrest</groupId>
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
-        <version>2.2.4</version>
+        <version>2.3.1</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.sonar</groupId>