Skip to content

Commit 8009bc7

Browse files
Bump org.mockito:mockito-bom from 5.20.0 to 5.21.0 (#300)
Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.20.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 304396c commit 8009bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation("org.junit.jupiter:junit-jupiter")
2424
testRuntimeOnly("org.junit.platform:junit-platform-launcher") // gradle bundled version is incompatible with 5.12
2525

26-
testImplementation(platform("org.mockito:mockito-bom:5.20.0"))
26+
testImplementation(platform("org.mockito:mockito-bom:5.21.0"))
2727
testImplementation("org.mockito:mockito-core")
2828

2929
// util

0 commit comments

Comments
 (0)