aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormickael-caro-sonarsource <mickael.caro@sonarsource.com>2020-02-20 09:13:51 +0100
committerGitHub <noreply@github.com>2020-02-20 09:13:51 +0100
commitc2c04854c72c3027e3926cd3e03842e6d9dee90d (patch)
treeb2b93880ab1ed9be0388967e9b4494fa7d734004 /pom.xml
parentb526146d2a7af21e6f7feb02e35f1a63a33d09c1 (diff)
downloadsonar-scanner-cli-c2c04854c72c3027e3926cd3e03842e6d9dee90d.tar.gz
sonar-scanner-cli-c2c04854c72c3027e3926cd3e03842e6d9dee90d.zip
SQSCANNER-66 - Update parent pom, license headers and Scanner API version. (#80)4.3.0.2102
* SQSCANNER-66 - Update parent pom and license headers. * SQCANNER-66 - Update parent pom of IT project * SQSCANNER-66 Updated Scanner API Version in pom.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7e0df22..b331916 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
- <version>52</version>
+ <version>54</version>
</parent>
<groupId>org.sonarsource.scanner.cli</groupId>
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.sonarsource.scanner.api</groupId>
<artifactId>sonar-scanner-api</artifactId>
- <version>2.14.0.2002</version>
+ <version>2.15.0.2182</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>