aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index d3eea17..f95d3f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
- <version>77.0.0.2082</version>
+ <version>82.0.0.2314</version>
</parent>
<groupId>org.sonarsource.scanner.cli</groupId>
@@ -46,6 +46,7 @@
</ciManagement>
<properties>
+ <license.name>GNU LGPL v3</license.name>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<!-- used for deployment to SonarSource Artifactory -->
@@ -69,7 +70,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
- <version>5.11.0</version>
+ <version>5.11.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -90,7 +91,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.5.8</version>
+ <version>1.5.12</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -114,7 +115,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.13.0</version>
+ <version>5.14.2</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -131,7 +132,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
- <version>1.9.0</version>
+ <version>1.13.0</version>
</plugin>
</plugins>
</pluginManagement>
@@ -239,8 +240,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>11100000</minsize>
- <maxsize>11200000</maxsize>
+ <minsize>11200000</minsize>
+ <maxsize>11300000</maxsize>
<files>
<file>${project.build.directory}/sonar-scanner-${project.version}.zip</file>
</files>