aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2024-04-30 14:59:03 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2024-05-03 13:07:43 +0200
commitb04cd6ba08a93a88553c1dfceaa725ced1ba381c (patch)
tree762512e8d5a70bd6981706c5d779a982c57ad75a /pom.xml
parentfd82dd7b5a54d2042da17baff7088329123797ac (diff)
downloadsonar-scanner-cli-b04cd6ba08a93a88553c1dfceaa725ced1ba381c.tar.gz
sonar-scanner-cli-b04cd6ba08a93a88553c1dfceaa725ced1ba381c.zip
SCANCLI-145 Update to the scanner library 3.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 8 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 9d13ffb..a3e3f73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,9 +64,9 @@
<dependencies>
<dependency>
- <groupId>org.sonarsource.scanner.api</groupId>
- <artifactId>sonar-scanner-api</artifactId>
- <version>2.16.3.1081</version>
+ <groupId>org.sonarsource.scanner.lib</groupId>
+ <artifactId>sonar-scanner-java-library</artifactId>
+ <version>3.0.0.74</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -91,13 +91,13 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.23.1</version>
+ <version>3.24.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>4.10.0</version>
+ <version>5.10.0</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -126,7 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.5.0</version>
+ <version>3.5.1</version>
<executions>
<execution>
<phase>package</phase>
@@ -179,8 +179,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>560000</minsize>
- <maxsize>600000</maxsize>
+ <minsize>3000000</minsize>
+ <maxsize>3100000</maxsize>
<files>
<file>${project.build.directory}/sonar-scanner-${project.version}.zip</file>
</files>
@@ -214,13 +214,6 @@
<profiles>
<profile>
- <id>it</id>
- <modules>
- <module>it</module>
- </modules>
- </profile>
-
- <profile>
<id>dist-linux</id>
<build>
<plugins>