aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-01-10 20:42:03 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2018-01-14 20:37:37 +0100
commit4a5be9fbaba0b9729e909eec935852c56f6e71e2 (patch)
treef6f73398d587abf3c2dd460bb9a8813a99b95fc6 /pom.xml
parent93c6c4ccda2bf18fc651b215576172810a1f8725 (diff)
downloadsonarqube-4a5be9fbaba0b9729e909eec935852c56f6e71e2.tar.gz
sonarqube-4a5be9fbaba0b9729e909eec935852c56f6e71e2.zip
Upgrade Mockito from 1.10.19 to 2.13.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2bd72de3ae4..b9b7d4fda99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -975,7 +975,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>1.10.19</version>
+ <version>2.13.0</version>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>