Skip to content

Commit b476b22

Browse files
Bump mockito-core from 3.12.1 to 3.12.3 (#122)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.1 to 3.12.3. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.12.1...v3.12.3) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7180594 commit b476b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
compile "io.reactivex.rxjava3:rxjava:3.1.0"
5252

5353
testCompile group: 'junit', name: 'junit', version: '4.13.2'
54-
testCompile 'org.mockito:mockito-core:3.12.1'
54+
testCompile 'org.mockito:mockito-core:3.12.3'
5555
}
5656

5757
apply plugin: 'maven'

0 commit comments

Comments
 (0)