Skip to content

Commit 3dba60e

Browse files
Bump mockito-core from 2.28.2 to 3.0.0
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 e9f6ccc commit 3dba60e

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
@@ -37,7 +37,7 @@ dependencies {
3737
testImplementation 'org.glassfish:javax.json:1.1.4'
3838
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
3939
testImplementation 'org.assertj:assertj-core:3.12.2'
40-
testImplementation 'org.mockito:mockito-core:2.28.2'
40+
testImplementation 'org.mockito:mockito-core:3.0.0'
4141
}
4242

4343
test {

0 commit comments

Comments
 (0)