Skip to content

Commit f81d92a

Browse files
Bump org.mockito:mockito-core from 5.16.0 to 5.16.1 (#127)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.16.0 to 5.16.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.0...v5.16.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c8ac95 commit f81d92a

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

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

0 commit comments

Comments
 (0)