Commit b41e1357 authored by Phillip Webb's avatar Phillip Webb

Upgrade to mockito-kotlin 1.6.0

Closes gh-14426
parent f0bfcd89
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<dependency> <dependency>
<groupId>com.nhaarman</groupId> <groupId>com.nhaarman</groupId>
<artifactId>mockito-kotlin</artifactId> <artifactId>mockito-kotlin</artifactId>
<version>1.5.0</version> <version>1.6.0</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.jetbrains.kotlin</groupId> <groupId>org.jetbrains.kotlin</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment