diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2022-02-22 01:18:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 08:18:46 +0100 |
commit | ddd95873617c7a56d51f2a07f3b72fced77c4434 (patch) | |
tree | 810c48d5137a180d3e79e7d00a8d79c770e4c5dd | |
parent | 158d84cbfa7036d891e740b7d8323c2b8bd7a6c0 (diff) | |
download | sonar-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |