Skip to content

Commit 81015cc

Browse files
dependabot-preview[bot]akarnokd
authored andcommitted
Bump mockito-core from 3.0.0 to 3.1.0 (#42)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 9be86a4 commit 81015cc

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

5454
testCompile group: 'junit', name: 'junit', version: '4.12'
5555

56-
testCompile 'org.mockito:mockito-core:3.0.0'
56+
testCompile 'org.mockito:mockito-core:3.1.0'
5757
}
5858

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

0 commit comments

Comments
 (0)