aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2025-06-02 14:01:59 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2025-06-02 14:01:59 +0200
commit91a3436b117ae45f46c2dbf54f25afe8c75924e3 (patch)
treeaa97d7e5a0c935ae8b6e48f2c9ba87d89bdbae79
parent0aced38d0b5130d8c7ebd269a61ca41e874fa776 (diff)
downloadsonar-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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4618d77..d4bcde9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>