Skip to content

Commit fb79d40

Browse files
Bump org.mockito:mockito-core from 5.1.1 to 5.2.0 (#85)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core 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 054839d commit fb79d40

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
@@ -27,7 +27,7 @@ dependencies {
2727
implementation 'org.jetbrains:annotations:24.0.1'
2828
testImplementation 'junit:junit:4.13.2'
2929
testImplementation 'org.mock-server:mockserver-junit-rule:5.15.0'
30-
testImplementation 'org.mockito:mockito-core:5.1.1'
30+
testImplementation 'org.mockito:mockito-core:5.2.0'
3131
}
3232

3333
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)