Skip to content

Commit dea3a9f

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

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.21.0")
44-
testImplementation("org.mockito:mockito-junit-jupiter:5.21.0")
43+
testImplementation("org.mockito:mockito-core:5.22.0")
44+
testImplementation("org.mockito:mockito-junit-jupiter:5.22.0")
4545
testImplementation("me.clip:placeholderapi:2.12.2")
4646
testImplementation("org.assertj:assertj-core:3.27.7")
4747
}

0 commit comments

Comments
 (0)