diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2024-06-26 17:18:02 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2024-06-26 17:32:43 +0200 |
commit | 1497fc93fc16630c69ccdf103d5e40926c4b581e (patch) | |
tree | d6d20510e0f2186504a8c7dc81c9b5e3544e67a0 | |
parent | a6b1600237cf100efbcfc0bbcf8ed44fe66a1683 (diff) | |
download | sonar-scanner-cli-1497fc93fc16630c69ccdf103d5e40926c4b581e.tar.gz sonar-scanner-cli-1497fc93fc16630c69ccdf103d5e40926c4b581e.zip |
SCANCLI-151 Update Scanner Java library to 3.0.26.1.0.4477
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ <dependency> <groupId>org.sonarsource.scanner.lib</groupId> <artifactId>sonar-scanner-java-library</artifactId> - <version>3.0.1.175</version> + <version>3.0.2.187</version> </dependency> <dependency> <groupId>org.slf4j</groupId> |