We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daf39f9 + e574d21 commit 28bb660Copy full SHA for 28bb660
modules/jdbc/build.gradle
@@ -9,7 +9,7 @@ dependencies {
9
testImplementation 'org.vibur:vibur-dbcp:25.0'
10
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.1.4'
11
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
12
- testImplementation 'org.assertj:assertj-core:3.23.1'
+ testImplementation 'org.assertj:assertj-core:3.24.2'
13
testImplementation ('org.mockito:mockito-core:4.11.0') {
14
exclude(module: 'hamcrest-core')
15
}
0 commit comments