diff options
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |