aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2017-07-28 11:56:24 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2017-07-31 08:55:41 +0200
commit265b9abd6d508d5ae83495958c27363fdd7d6740 (patch)
tree167aba33d4d5b139b9a668cee39070c9a4dd62d6 /pom.xml
parent4cdf9a6086f020160772337af5622d21a8e9c861 (diff)
downloadsonar-scanner-cli-265b9abd6d508d5ae83495958c27363fdd7d6740.tar.gz
sonar-scanner-cli-265b9abd6d508d5ae83495958c27363fdd7d6740.zip
SQSCANNER-42 Stop support of SQ < 5.2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index c4437e3..0f2dcfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,12 +61,12 @@
<dependency>
<groupId>org.sonarsource.scanner.api</groupId>
<artifactId>sonar-scanner-api</artifactId>
- <version>2.9.0.887</version>
+ <version>2.10.0.1049</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
- <version>2.0.1</version>
+ <version>2.0.3</version>
<scope>provided</scope>
</dependency>
@@ -74,7 +74,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -91,8 +91,8 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.9.5</version>
+ <artifactId>mockito-core</artifactId>
+ <version>2.8.47</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -173,8 +173,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>490000</minsize>
- <maxsize>510000</maxsize>
+ <minsize>530000</minsize>
+ <maxsize>550000</maxsize>
<files>
<file>${project.build.directory}/sonar-scanner-${project.version}.zip</file>
</files>