ppodgorsek / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
Apache License 2.0
41 stars 6 forks source link

Update Mockito to version 2.25.1 #101

Closed ppodgorsek closed 5 years ago

ppodgorsek commented 5 years ago

The issue was due to a conflict with version 5.4.1 of Hibernate. Upgrading to Hibernate 5.4.2 allowed to upgrade Mockito too.

ppodgorsek commented 5 years ago

Done