aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 98a2a82..47e4b26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
- <version>37</version>
+ <version>39</version>
</parent>
<groupId>org.sonarsource.scanner.cli</groupId>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.sonarsource.scanner.api</groupId>
<artifactId>sonar-scanner-api</artifactId>
- <version>2.8</version>
+ <version>2.9.0.861</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>