Skip to content

Commit ab4fd12

Browse files
Bump org.mockito:mockito-core from 5.5.0 to 5.6.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ad4f31 commit ab4fd12

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
@@ -49,7 +49,7 @@ sourceSets {
4949
dependencies {
5050
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'
5151
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
52-
testImplementation 'org.mockito:mockito-core:5.5.0'
52+
testImplementation 'org.mockito:mockito-core:5.6.0'
5353
testImplementation 'org.assertj:assertj-core:3.24.2'
5454
testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
5555
testImplementation 'com.github.stefanbirkner:system-lambda:1.2.1'

0 commit comments

Comments
 (0)