Skip to content

Commit 41cfc6e

Browse files
Bump mockito-core from 3.5.2 to 3.5.5 in /modules/junit-jupiter (#3143)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.2 to 3.5.5. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.5.2...v3.5.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0521e8 commit 41cfc6e

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.5.2') {
12+
testCompile ('org.mockito:mockito-core:3.5.5') {
1313
exclude(module: 'hamcrest-core')
1414
}
1515
testCompile 'org.assertj:assertj-core:3.17.0'

0 commit comments

Comments
 (0)