Skip to content

Commit 2091ca1

Browse files
Bump org.mockito:mockito-core from 5.8.0 to 5.11.0 (#594)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.8.0...v5.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core 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 30c0355 commit 2091ca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation 'com.codingrodent:jackson-json-crypto:1.1.0'
3838

3939
testImplementation "junit:junit:4.13.2"
40-
testImplementation "org.mockito:mockito-core:5.8.0"
40+
testImplementation "org.mockito:mockito-core:5.11.0"
4141

4242
testImplementation(platform("org.junit:junit-bom:5.10.2"))
4343
testImplementation "org.junit.jupiter:junit-jupiter-api"

0 commit comments

Comments
 (0)