Skip to content

Commit ea12a48

Browse files
Bump org.mockito:mockito-core from 3.0.0 to 5.20.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.0.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.0.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-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f97f21e commit ea12a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ dependencies {
381381
testImplementation 'com.github.zafarkhaja:java-semver:0.9.0'
382382
testImplementation 'junit:junit:4.12'
383383
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.1.10'
384-
testImplementation 'org.mockito:mockito-core:3.0.0'
384+
testImplementation 'org.mockito:mockito-core:5.20.0'
385385
}
386386

387387
task showTestClassPath {

0 commit comments

Comments
 (0)