Skip to content

Commit c875648

Browse files
Bump org.mockito:mockito-junit-jupiter from 5.9.0 to 5.10.0 (#363)
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.9.0...v5.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c23eed commit c875648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
testImplementation("org.testcontainers:junit-jupiter")
5050
testImplementation("org.testcontainers:testcontainers")
5151
testImplementation("org.testcontainers:kafka")
52-
testImplementation("org.mockito:mockito-junit-jupiter:5.9.0")
52+
testImplementation("org.mockito:mockito-junit-jupiter:5.10.0")
5353
testImplementation("io.projectreactor:reactor-test")
5454

5555
testAnnotationProcessor("org.projectlombok:lombok")

0 commit comments

Comments
 (0)