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 f8c2d15 commit 68f1a83Copy full SHA for 68f1a83
build.gradle.kts
@@ -45,7 +45,7 @@ subprojects {
45
// Testing (JUnit, Mockito, etc)
46
testImplementation("org.junit.jupiter:junit-jupiter:5.6.2")
47
testImplementation("org.mockito:mockito-junit-jupiter:3.4.6")
48
- testImplementation("org.mockito:mockito-core:3.4.4")
+ testImplementation("org.mockito:mockito-core:3.4.6")
49
testImplementation("org.hamcrest:hamcrest:2.2")
50
testImplementation("org.assertj:assertj-core:3.16.1")
51
0 commit comments