Skip to content

Commit cd59b19

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc/org.mockito-mockito-core-4.8.1' into combined-pr-branch
2 parents be0402e + af84b38 commit cd59b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/jdbc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.1.0'
1111
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
1212
testImplementation 'org.assertj:assertj-core:3.23.1'
13-
testImplementation ('org.mockito:mockito-core:4.8.0') {
13+
testImplementation ('org.mockito:mockito-core:4.8.1') {
1414
exclude(module: 'hamcrest-core')
1515
}
1616
}

0 commit comments

Comments
 (0)