Skip to content

Commit b39aef5

Browse files
Bump org.mockito:mockito-core from 5.19.0 to 5.20.0 (#1487)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.19.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 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 4b0917a commit b39aef5

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
@@ -44,7 +44,7 @@ allprojects {
4444
testImplementation 'org.assertj:assertj-core:3.27.6'
4545
testImplementation 'org.junit.jupiter:junit-jupiter-api'
4646
testImplementation 'org.junit.jupiter:junit-jupiter-params'
47-
testImplementation 'org.mockito:mockito-core:5.19.0'
47+
testImplementation 'org.mockito:mockito-core:5.20.0'
4848
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
4949
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5050
}

0 commit comments

Comments
 (0)