Skip to content

Commit f9a866a

Browse files
Bump org.mockito:mockito-junit-jupiter from 5.20.0 to 5.21.0
Bumps [org.mockito:mockito-junit-jupiter](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-junit-jupiter dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54cd907 commit f9a866a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
2727
testImplementation("org.apache.flink:flink-test-utils:$flinkVersion")
2828
testImplementation("org.assertj:assertj-core:3.27.6")
29-
testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
29+
testImplementation("org.mockito:mockito-junit-jupiter:5.21.0")
3030

3131
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3232
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.17")
@@ -52,7 +52,7 @@ testing {
5252
implementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
5353
implementation("org.apache.flink:flink-test-utils:$flinkVersion")
5454

55-
implementation("org.mockito:mockito-junit-jupiter:5.20.0")
55+
implementation("org.mockito:mockito-junit-jupiter:5.21.0")
5656

5757
runtimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
5858
runtimeOnly("org.slf4j:slf4j-simple:2.0.17")

0 commit comments

Comments
 (0)