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 961d861 commit fdb78b5Copy full SHA for fdb78b5
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.21.0")
44
- testImplementation("org.mockito:mockito-junit-jupiter:5.21.0")
+ testImplementation("org.mockito:mockito-core:5.22.0")
+ testImplementation("org.mockito:mockito-junit-jupiter:5.22.0")
45
testImplementation("me.clip:placeholderapi:2.12.2")
46
testImplementation("org.assertj:assertj-core:3.27.7")
47
}
0 commit comments