upgrade mockito from 2.4 to 3.8 (#5226)
This commit is contained in:
parent
85c7d4e518
commit
51d57e083c
@ -51,16 +51,6 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-all</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-all</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
9
pom.xml
9
pom.xml
@ -162,6 +162,7 @@
|
||||
<hessian.version>4.0.63</hessian.version>
|
||||
<reflections.version>0.9.11</reflections.version>
|
||||
<mockito-all.version>1.10.19</mockito-all.version>
|
||||
<mockito-core.version>3.8.0</mockito-core.version>
|
||||
<hamcrest-all.version>1.3</hamcrest-all.version>
|
||||
<prometheus-simpleclient.version>0.5.0</prometheus-simpleclient.version>
|
||||
<tomcat-embed-jasper.version>9.0.40</tomcat-embed-jasper.version>
|
||||
@ -1029,6 +1030,12 @@
|
||||
<version>${mockito-all.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>${mockito-core.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-all</artifactId>
|
||||
@ -1066,6 +1073,6 @@
|
||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
||||
</project>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user