Skip to content

Commit d178a57

Browse files
dependency: Update mockito monorepo to v5.23.0 (#218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c35177e commit d178a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatformatter-core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies {
4040
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4141
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
4242

43-
testImplementation("org.mockito:mockito-core:5.22.0")
44-
testImplementation("org.mockito:mockito-junit-jupiter:5.22.0")
43+
testImplementation("org.mockito:mockito-core:5.23.0")
44+
testImplementation("org.mockito:mockito-junit-jupiter:5.23.0")
4545
testImplementation("me.clip:placeholderapi:2.12.2")
4646
testImplementation("org.assertj:assertj-core:3.27.7")
4747
}

0 commit comments

Comments
 (0)