Skip to content

Commit 5a68d93

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/junit-jupiter/org.mockito-mockito-core-4.4.0' into combined-pr-branch
2 parents 12f2798 + cce236c commit 5a68d93

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:4.1.1'
1111
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
12-
testImplementation ('org.mockito:mockito-core:4.3.1') {
12+
testImplementation ('org.mockito:mockito-core:4.4.0') {
1313
exclude(module: 'hamcrest-core')
1414
}
1515
testImplementation 'org.assertj:assertj-core:3.22.0'

0 commit comments

Comments
 (0)