We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34f2d2 commit 42f1f32Copy full SHA for 42f1f32
build.gradle.kts
@@ -44,7 +44,7 @@ subprojects {
44
45
// Testing (JUnit, Mockito, etc)
46
testImplementation("org.junit.jupiter:junit-jupiter:5.6.2")
47
- testImplementation("org.mockito:mockito-junit-jupiter:3.4.4")
+ testImplementation("org.mockito:mockito-junit-jupiter:3.4.6")
48
testImplementation("org.mockito:mockito-core:3.4.4")
49
testImplementation("org.hamcrest:hamcrest:2.2")
50
testImplementation("org.assertj:assertj-core:3.16.1")
0 commit comments