aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2022-02-22 01:18:46 -0600
committerGitHub <noreply@github.com>2022-02-22 08:18:46 +0100
commitddd95873617c7a56d51f2a07f3b72fced77c4434 (patch)
tree810c48d5137a180d3e79e7d00a8d79c770e4c5dd
parent158d84cbfa7036d891e740b7d8323c2b8bd7a6c0 (diff)
downloadsonar-scanner-cli-ddd95873617c7a56d51f2a07f3b72fced77c4434.tar.gz
sonar-scanner-cli-ddd95873617c7a56d51f2a07f3b72fced77c4434.zip
SQSCANNER-99 Upgrade sonar-scanner-api from 2.16.1.361 to 2.16.2.5884.7.0.2747
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7beb819..db064e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.sonarsource.scanner.api</groupId>
<artifactId>sonar-scanner-api</artifactId>
- <version>2.16.1.361</version>
+ <version>2.16.2.588</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>