Skip to content

Commit 5c8ac95

Browse files
Bump org.mockito:mockito-core from 5.15.2 to 5.16.0 (#126)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.15.2 to 5.16.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.16.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 d06543d commit 5c8ac95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation 'org.jetbrains:annotations:26.0.2'
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.15.2'
30+
testImplementation 'org.mockito:mockito-core:5.16.0'
3131
}
3232

3333
tasks.register('sourcesJar', Jar) {

0 commit comments

Comments
 (0)