JAVA-3570: Update Mockito version in the parent-boot-2 to match Spring Boot 2.4

This commit is contained in:
Krzysztof Woyke 2020-12-19 23:07:14 +01:00
parent 9a7a3fdac3
commit 35b8de3a5f
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@
<thin.version>1.0.22.RELEASE</thin.version>
<spring-boot.version>2.4.0</spring-boot.version>
<aspectjweaver.version>1.9.1</aspectjweaver.version>
<!-- this property can be removed once we update Mockito version in the main pom.xml -->
<mockito.version>3.4.0</mockito.version>
</properties>
</project>