Skip to content

Commit e4446c5

Browse files
Bump org.mockito:mockito-junit-jupiter from 5.21.0 to 5.22.0 (#748)
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.21.0 to 5.22.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.21.0...v5.22.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.22.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 ee45b32 commit e4446c5

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
@@ -48,7 +48,7 @@ dependencies {
4848
testImplementation("org.testcontainers:testcontainers-junit-jupiter:2.0.3")
4949
testImplementation("org.testcontainers:testcontainers:2.0.3")
5050
testImplementation("org.testcontainers:testcontainers-kafka:2.0.3")
51-
testImplementation("org.mockito:mockito-junit-jupiter:5.21.0")
51+
testImplementation("org.mockito:mockito-junit-jupiter:5.22.0")
5252
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3")
5353
testImplementation("io.projectreactor:reactor-test")
5454

0 commit comments

Comments
 (0)