Skip to content

Commit b3f5225

Browse files
dependency: Update mockito monorepo to v5.19.0 (#171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c1c07d commit b3f5225

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

0 commit comments

Comments
 (0)