aboutsummaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2019-06-21 21:59:59 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2019-06-21 23:14:18 +0200
commitbab8209623ba63ffaee88c84bb68318a60787a21 (patch)
tree62fcfe1c092701be79792d58fc5f18b60fc591c3 /it
parent7ccf9c1d31ca3714ac1888578b881171d32104f6 (diff)
downloadsonar-scanner-cli-bab8209623ba63ffaee88c84bb68318a60787a21.tar.gz
sonar-scanner-cli-bab8209623ba63ffaee88c84bb68318a60787a21.zip
Update Orchestrator and test dependencies
Diffstat (limited to 'it')
-rw-r--r--it/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 5126b65..a560dc2 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.sonarsource.orchestrator</groupId>
<artifactId>sonar-orchestrator</artifactId>
- <version>3.22.0.1791</version>
+ <version>3.24.0.1993</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.11.1</version>
+ <version>3.12.2</version>
</dependency>
</dependencies>
@@ -122,7 +122,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
+ <version>3.0.2</version>
<executions>
<execution>
<id>download-qa-scanner</id>