diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-01-10 20:42:03 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-01-14 20:37:37 +0100 |
commit | 4a5be9fbaba0b9729e909eec935852c56f6e71e2 (patch) | |
tree | f6f73398d587abf3c2dd460bb9a8813a99b95fc6 /pom.xml | |
parent | 93c6c4ccda2bf18fc651b215576172810a1f8725 (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |