Skip to content

Commit 47d6255

Browse files
Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 (#128)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.16.1 to 5.17.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.1...v5.17.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.17.0 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 f81d92a commit 47d6255

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.16.1'
30+
testImplementation 'org.mockito:mockito-core:5.17.0'
3131
}
3232

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

0 commit comments

Comments
 (0)