Skip to content

Commit fc6fbf1

Browse files
Bump org.mockito:mockito-core from 5.21.0 to 5.23.0 (#453)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.21.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.21.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.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 363f51d commit fc6fbf1

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
@@ -35,7 +35,7 @@ dependencies {
3535
testImplementation "org.testcontainers:testcontainers-junit-jupiter:$testcontainersVersion"
3636
testImplementation "io.fabric8:kubernetes-client:7.4.0"
3737
testImplementation "org.awaitility:awaitility:4.3.0"
38-
testImplementation "org.mockito:mockito-core:5.21.0"
38+
testImplementation "org.mockito:mockito-core:5.23.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)