Skip to content

Commit 04b4e31

Browse files
dependency: Update mockito monorepo to v5.20.0 (#176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d6c16b commit 04b4e31

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.19.0")
44-
testImplementation("org.mockito:mockito-junit-jupiter:5.19.0")
43+
testImplementation("org.mockito:mockito-core:5.20.0")
44+
testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
4545
testImplementation("me.clip:placeholderapi:2.11.6")
4646
testImplementation("org.assertj:assertj-core:3.27.4")
4747
}

0 commit comments

Comments
 (0)