Upgrade to mockito-core 2.23.4.
Closes gh-357.
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -21,6 +21,9 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<assertj-core.version>3.11.1</assertj-core.version>
|
||||
<json-path.version>2.4.0</json-path.version>
|
||||
<junit.version>4.12</junit.version>
|
||||
<mockito-core.version>2.23.4</mockito-core.version>
|
||||
<spring.version>5.1.4.RELEASE</spring.version>
|
||||
<spring-data-releasetrain.version>Lovelace-SR4</spring-data-releasetrain.version>
|
||||
<spring-security-bom.version>5.1.3.RELEASE</spring-security-bom.version>
|
||||
@@ -162,21 +165,21 @@
|
||||
<dependency>
|
||||
<groupId>com.jayway.jsonpath</groupId>
|
||||
<artifactId>json-path</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<version>${json-path.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<version>${junit.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>2.21.0</version>
|
||||
<version>${mockito-core.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user