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 154c1cc + 023a91e commit 1a8fdcfCopy full SHA for 1a8fdcf
modules/jdbc/build.gradle
@@ -8,7 +8,7 @@ dependencies {
8
testImplementation 'org.vibur:vibur-dbcp:26.0'
9
testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.9'
10
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
11
- testImplementation 'org.assertj:assertj-core:3.27.3'
+ testImplementation 'org.assertj:assertj-core:3.27.4'
12
testImplementation ('org.mockito:mockito-core:4.11.0') {
13
exclude(module: 'hamcrest-core')
14
}
0 commit comments