Skip to content

Commit 351d0a4

Browse files
dependency: Update mockito monorepo to v5.19.0
1 parent db99836 commit 351d0a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)