Skip to content

Commit d5c6b2c

Browse files
Bump org.mockito:mockito-core from 4.11.0 to 5.11.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb53240 commit d5c6b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
testImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion"
3636
testImplementation "io.fabric8:kubernetes-client:6.8.0"
3737
testImplementation "org.awaitility:awaitility:4.2.1"
38-
testImplementation "org.mockito:mockito-core:4.11.0"
38+
testImplementation "org.mockito:mockito-core:5.11.0"
3939
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
4040
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
4141
testImplementation 'com.sparkjava:spark-core:2.9.4'

0 commit comments

Comments
 (0)