aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2024-05-03 11:28:33 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2024-05-03 13:07:43 +0200
commit6ffdbb689027f9458a06c28c260bf33570e52434 (patch)
treec9c59137d6e334bdc79bb6c6d2bcd1170b2df285 /pom.xml
parent69d6ba48c07b69ddd6cce7361573d3ab46517fb0 (diff)
downloadsonar-scanner-cli-6ffdbb689027f9458a06c28c260bf33570e52434.tar.gz
sonar-scanner-cli-6ffdbb689027f9458a06c28c260bf33570e52434.zip
SCANCLI-145 Update to the latest build
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 5fe78e5..7fbf29b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<dependency>
<groupId>org.sonarsource.scanner.lib</groupId>
<artifactId>sonar-scanner-java-library</artifactId>
- <version>3.0.0.76</version>
+ <version>3.0.0.114</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -188,8 +188,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>3000000</minsize>
- <maxsize>3100000</maxsize>
+ <minsize>3400000</minsize>
+ <maxsize>3500000</maxsize>
<files>
<file>${project.build.directory}/sonar-scanner-${project.version}.zip</file>
</files>