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 2e2b75e278
commit a3f63f3f43

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>