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 6c1c07d commit b3f5225Copy full SHA for b3f5225
chatformatter-core/build.gradle.kts
@@ -40,8 +40,8 @@ dependencies {
40
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
41
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
42
43
- testImplementation("org.mockito:mockito-core:5.18.0")
44
- testImplementation("org.mockito:mockito-junit-jupiter:5.18.0")
+ testImplementation("org.mockito:mockito-core:5.19.0")
+ testImplementation("org.mockito:mockito-junit-jupiter:5.19.0")
45
testImplementation("me.clip:placeholderapi:2.11.6")
46
testImplementation("org.assertj:assertj-core:3.27.3")
47
}
0 commit comments