Skip to content

Commit

Permalink
downgrade mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Dec 7, 2022
1 parent 290c93d commit c2a2d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle-scripts/extensions.gradle
Expand Up @@ -58,8 +58,8 @@ ext {
]

mockito = [
inline: 'org.mockito:mockito-inline:4.9.0',
junit: 'org.mockito:mockito-junit-jupiter:4.9.0',
inline: 'org.mockito:mockito-inline:4.6.1',
junit: 'org.mockito:mockito-junit-jupiter:4.6.1',
]

failsafe = [
Expand Down

0 comments on commit c2a2d3f

Please sign in to comment.