diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2024-12-16 15:15:00 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2024-12-16 15:18:41 +0100 |
commit | 38c943b41c36330ebaa1c759d688076a7d9bc7d6 (patch) | |
tree | 9dbf9735f8aeef5f8864a5a622ee0db8c896d0c6 /it | |
parent | b2ee13fbf2e58bd4f0fe7cb5f1b4f96cd458e131 (diff) | |
download | sonar-scanner-cli-jh/hardening.tar.gz sonar-scanner-cli-jh/hardening.zip |
Update dependenciesjh/hardening
Diffstat (limited to 'it')
-rw-r--r-- | it/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |