We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482c86b commit 12a0a3aCopy full SHA for 12a0a3a
build.gradle.kts
@@ -39,7 +39,7 @@ dependencies {
39
}
40
41
// unit testing
42
- testImplementation(platform("org.junit:junit-bom:5.11.4"))
+ testImplementation(platform("org.junit:junit-bom:5.12.0"))
43
testImplementation("org.junit.jupiter", "junit-jupiter")
44
testImplementation("org.mockito", "mockito-core", "5.+")
45
0 commit comments