Skip to content

Commit 0981d27

Browse files
authored
Bump mockito-core from 3.2.4 to 3.3.0 in /modules/junit-jupiter (#2372)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.2.4 to 3.3.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.2.4...v3.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent df48901 commit 0981d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
testCompile 'com.zaxxer:HikariCP:3.4.2'
1010
testCompile 'redis.clients:jedis:3.2.0'
1111
testCompile 'org.apache.httpcomponents:httpclient:4.5.11'
12-
testCompile ('org.mockito:mockito-core:3.2.4') {
12+
testCompile ('org.mockito:mockito-core:3.3.0') {
1313
exclude(module: 'hamcrest-core')
1414
}
1515

0 commit comments

Comments
 (0)