Skip to content

Commit 81d5d96

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/junit-jupiter/org.mockito-mockito-core-4.3.1' into combined-pr-branch
2 parents 1f75d75 + 98bf56b commit 81d5d96

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.2.0') {
12+
testImplementation ('org.mockito:mockito-core:4.3.1') {
1313
exclude(module: 'hamcrest-core')
1414
}
1515
testImplementation 'org.assertj:assertj-core:3.22.0'

0 commit comments

Comments
 (0)