Skip to content

Commit 1021d82

Browse files
Bump org.mockito:mockito-core from 5.16.0 to 5.16.1
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]>
1 parent 7fc4aaf commit 1021d82

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
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
5151
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
5252
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
53-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.0'
53+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.1'
5454
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
5555
}
5656

0 commit comments

Comments
 (0)