diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2025-06-02 14:01:59 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2025-06-02 14:01:59 +0200 |
commit | 91a3436b117ae45f46c2dbf54f25afe8c75924e3 (patch) | |
tree | aa97d7e5a0c935ae8b6e48f2c9ba87d89bdbae79 | |
parent | 0aced38d0b5130d8c7ebd269a61ca41e874fa776 (diff) | |
download | sonar-scanner-cli-jh/SCANCLI-183_update_okhttp.tar.gz sonar-scanner-cli-jh/SCANCLI-183_update_okhttp.zip |
SCANCLI-183 Update the scanner library to update okhttp/okiojh/SCANCLI-183_update_okhttp
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,9 +64,9 @@ <dependencies> <dependency> - <groupId>org.sonarsource.scanner.api</groupId> + <groupId>org.sonarsource.scanner.lib</groupId> <artifactId>sonar-scanner-api</artifactId> - <version>2.16.3.1081</version> + <version>2.16.4.483</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> |