Skip to content

Commit 80ee102

Browse files
dependabot-preview[bot]akarnokd
authored andcommitted
Bump mockito-core from 3.1.0 to 3.2.0 (#40)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.1.0...v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 3949257 commit 80ee102

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.0.0-RC5"
5252

5353
testCompile group: 'junit', name: 'junit', version: '4.12'
54-
testCompile 'org.mockito:mockito-core:3.1.0'
54+
testCompile 'org.mockito:mockito-core:3.2.0'
5555
}
5656

5757
apply plugin: 'maven'

0 commit comments

Comments
 (0)