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 4836945 commit ce32d46Copy full SHA for ce32d46
build.gradle.kts
@@ -54,8 +54,8 @@ dependencies {
54
testImplementation("org.jetbrains:annotations:26.0.2")
55
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
56
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
57
- testImplementation("org.mockito:mockito-core:5.19.0")
58
- testImplementation("org.mockito:mockito-junit-jupiter:5.19.0")
+ testImplementation("org.mockito:mockito-core:5.20.0")
+ testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
59
testImplementation("org.testcontainers:testcontainers-junit-jupiter:2.0.1")
60
testImplementation("org.testcontainers:testcontainers:2.0.1")
61
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
0 commit comments