We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e534d6b commit 481ec01Copy full SHA for 481ec01
buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
dependencies {
6
- testImplementation("org.mockito:mockito-core:5.12.0")
+ testImplementation("org.mockito:mockito-core:5.13.0")
7
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
8
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
9
testImplementation("org.assertj:assertj-core:3.26.3")
0 commit comments