aboutsummaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2024-12-17 09:15:39 +0100
committerGitHub <noreply@github.com>2024-12-17 09:15:39 +0100
commit26509c345627ce329ea3004ffc4eac1cf8a83fa8 (patch)
tree9dbf9735f8aeef5f8864a5a622ee0db8c896d0c6 /it
parent6052e1158ab077c740a44967de1fc94e462c9eb0 (diff)
downloadsonar-scanner-cli-26509c345627ce329ea3004ffc4eac1cf8a83fa8.tar.gz
sonar-scanner-cli-26509c345627ce329ea3004ffc4eac1cf8a83fa8.zip
SCANCLI-160 Update parent pom and build dependencies (#199)
Diffstat (limited to 'it')
-rw-r--r--it/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 5252b2d..718ae8d 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
- <version>77.0.0.2082</version>
+ <version>82.0.0.2314</version>
<relativePath />
</parent>
@@ -22,18 +22,19 @@
</organization>
<properties>
+ <license.name>GNU LGPL v3</license.name>
<sonar.buildVersion>7.9.1</sonar.buildVersion>
<!-- following properties must be set in command-line : sonar.runtimeVersion and sonarRunner.version -->
<maven.compiler.release>17</maven.compiler.release>
- <orchestrator.version>5.0.0.2065</orchestrator.version>
+ <orchestrator.version>5.1.0.2274</orchestrator.version>
</properties>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
- <version>2.0.3</version>
+ <version>3.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -104,7 +105,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.0.2</version>
+ <version>3.8.1</version>
<executions>
<execution>
<id>download-qa-scanner</id>