aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2024-05-21 09:30:33 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2024-05-30 11:06:25 +0200
commitbc57a578629b3615bfe33148322b005397e2201e (patch)
tree6f4bae2c0c4a5fb32224cb5a51bb39e25f36b098
parent7e070fb6d45225a283bf4a44c431251af3673635 (diff)
downloadsonar-scanner-cli-bc57a578629b3615bfe33148322b005397e2201e.tar.gz
sonar-scanner-cli-bc57a578629b3615bfe33148322b005397e2201e.zip
Update to the latest version of the scanner lib (uname -m)
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 451b4f5..193581d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.sonarsource.scanner.lib</groupId>
<artifactId>sonar-scanner-java-library</artifactId>
- <version>3.0.0.146</version>
+ <version>3.0.0.168</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>