Browse Source

Upgrade to mockito-kotlin 1.6.0

Closes gh-14426
pull/14446/head
Phillip Webb 7 years ago
parent
commit
b41e135713
  1. 2
      spring-boot-project/spring-boot-parent/pom.xml

2
spring-boot-project/spring-boot-parent/pom.xml

@ -62,7 +62,7 @@ @@ -62,7 +62,7 @@
<dependency>
<groupId>com.nhaarman</groupId>
<artifactId>mockito-kotlin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<exclusions>
<exclusion>
<groupId>org.jetbrains.kotlin</groupId>

Loading…
Cancel
Save