Skip to content

Commit

Permalink
⬇️ (RUMM-768): Downgrade mockito dependency to fix CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Dec 2, 2020
1 parent d63156b commit 15cd012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Dependencies {
const val JUnitJupiter = "5.6.2"
const val JUnitPlatform = "1.6.2"
const val JUnitVintage = "5.6.2"
const val JunitMockitoExt = "3.5.13"
const val JunitMockitoExt = "3.4.6"

// Tests Tools
const val AssertJ = "0.2.1"
Expand Down

0 comments on commit 15cd012

Please sign in to comment.