Skip to content

Commit 559f067

Browse files
Bump org.mockito:mockito-core from 4.11.0 to 5.12.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.12.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.12.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 b0d9562 commit 559f067

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
@@ -38,7 +38,7 @@ dependencies {
3838
testImplementation platform('org.junit:junit-bom:5.10.0')
3939
testImplementation 'org.junit.jupiter:junit-jupiter'
4040
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2'
41-
testImplementation 'org.mockito:mockito-core:4.11.0'
41+
testImplementation 'org.mockito:mockito-core:5.12.0'
4242
}
4343

4444
test {

0 commit comments

Comments
 (0)