Skip to content

Commit 4ef276b

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/junit-jupiter/org.mockito-mockito-core-4.2.0' into combined-pr-branch
2 parents be2c047 + 97eb8ed commit 4ef276b

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
testImplementation 'com.zaxxer:HikariCP:4.0.3'
1010
testImplementation 'redis.clients:jedis:3.7.0'
1111
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
12-
testImplementation ('org.mockito:mockito-core:4.1.0') {
12+
testImplementation ('org.mockito:mockito-core:4.2.0') {
1313
exclude(module: 'hamcrest-core')
1414
}
1515
testImplementation 'org.assertj:assertj-core:3.21.0'

0 commit comments

Comments
 (0)