aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2019-01-08 10:49:58 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2019-01-08 10:49:58 +0100
commit260bd2ffa46f576b2e617f2c3df2c07c1437ffc3 (patch)
treeee04f0c97b0d53d76188b4141f0e3c68dcfeb82c /pom.xml
parent3f666c645f341401dee2aca379d61993ce82990c (diff)
downloadsonar-scanner-cli-260bd2ffa46f576b2e617f2c3df2c07c1437ffc3.tar.gz
sonar-scanner-cli-260bd2ffa46f576b2e617f2c3df2c07c1437ffc3.zip
Update test dependencies to support JDK 11
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 6c4bc8c..6959424 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,13 +86,13 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.6.2</version>
+ <version>3.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>2.8.47</version>
+ <version>2.22.0</version>
<scope>test</scope>
</dependency>
</dependencies>