Skip to content

Commit eb7d15e

Browse files
Bump mockito-core from 3.3.3 to 3.4.4 in /modules/junit-jupiter (#3038)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard North <[email protected]>
1 parent b87f993 commit eb7d15e

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.5'
1010
testCompile 'redis.clients:jedis:3.3.0'
1111
testCompile 'org.apache.httpcomponents:httpclient:4.5.12'
12-
testCompile ('org.mockito:mockito-core:3.3.3') {
12+
testCompile ('org.mockito:mockito-core:3.4.4') {
1313
exclude(module: 'hamcrest-core')
1414
}
1515
testCompile 'org.assertj:assertj-core:3.16.1'

0 commit comments

Comments
 (0)