Skip to content

Commit

Permalink
Downgrade mockito-core from 3.12.1 to 3.11.2
Browse files Browse the repository at this point in the history
We seem to be getting some strange instability on Mockito 3.12.0 and 3.12.1. Reverting to see if things stabilise or whether this is a red herring. mockito/mockito#2399
  • Loading branch information
chadlwilson committed Aug 23, 2021
1 parent e6fd06f commit 4636daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Expand Up @@ -83,7 +83,7 @@ final Map<String, String> libraries = [
logback : 'ch.qos.logback:logback-classic:1.2.5',
lombok : 'org.projectlombok:lombok:1.18.20',
mail : 'com.sun.mail:mailapi:1.6.1',
mockito : 'org.mockito:mockito-core:3.12.1',
mockito : 'org.mockito:mockito-core:3.11.2',
mybatis : 'org.mybatis:mybatis:3.5.7',
mybatisSpring : 'org.mybatis:mybatis-spring:2.0.6',
mysql : 'mysql:mysql-connector-java:8.0.26',
Expand Down

0 comments on commit 4636daa

Please sign in to comment.