Skip to content

Commit d3a27fb

Browse files
dependabot-preview[bot]akarnokd
authored andcommitted
Bump mockito-core from 2.28.2 to 3.0.0 (#34)
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 3.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v2.28.2...v3.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent bea6c24 commit d3a27fb

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
@@ -53,7 +53,7 @@ dependencies {
5353
compile "io.reactivex.rxjava3:rxjava:3.0.0-RC0"
5454

5555
testCompile group: 'junit', name: 'junit', version: '4.12'
56-
testCompile 'org.mockito:mockito-core:2.28.2'
56+
testCompile 'org.mockito:mockito-core:3.0.0'
5757
}
5858

5959
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)