Skip to content

Commit 15cd012

Browse files
committed
⬇️ (RUMM-768): Downgrade mockito dependency to fix CI builds
1 parent d63156b commit 15cd012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/com/datadog/gradle/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Dependencies {
3232
const val JUnitJupiter = "5.6.2"
3333
const val JUnitPlatform = "1.6.2"
3434
const val JUnitVintage = "5.6.2"
35-
const val JunitMockitoExt = "3.5.13"
35+
const val JunitMockitoExt = "3.4.6"
3636

3737
// Tests Tools
3838
const val AssertJ = "0.2.1"

0 commit comments

Comments
 (0)