aboutsummaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2024-12-16 15:15:00 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2024-12-16 15:18:41 +0100
commit38c943b41c36330ebaa1c759d688076a7d9bc7d6 (patch)
tree9dbf9735f8aeef5f8864a5a622ee0db8c896d0c6 /it
parentb2ee13fbf2e58bd4f0fe7cb5f1b4f96cd458e131 (diff)
downloadsonar-scanner-cli-jh/hardening.tar.gz
sonar-scanner-cli-jh/hardening.zip
Update dependenciesjh/hardening
Diffstat (limited to 'it')
-rw-r--r--it/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/it/pom.xml b/it/pom.xml
index f65521e..718ae8d 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -27,14 +27,14 @@
<!-- 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>