Skip to content

Commit 2a13ebb

Browse files
Bump mockito-core from 4.7.0 to 4.8.0 (#152)
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v4.8.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d96a052 commit 2a13ebb

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
@@ -50,7 +50,7 @@ dependencies {
5050
api "io.reactivex.rxjava3:rxjava:3.1.5"
5151

5252
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
53-
testImplementation 'org.mockito:mockito-core:4.7.0'
53+
testImplementation 'org.mockito:mockito-core:4.8.0'
5454
}
5555

5656
apply plugin: 'biz.aQute.bnd.builder'

0 commit comments

Comments
 (0)