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 7d25a31 + bbd1bb0 commit 66f9dacCopy full SHA for 66f9dac
modules/jdbc/build.gradle
@@ -6,7 +6,7 @@ dependencies {
6
compileOnly 'org.jetbrains:annotations:26.0.2-1'
7
testImplementation 'commons-dbutils:commons-dbutils:1.8.1'
8
testImplementation 'org.vibur:vibur-dbcp:26.0'
9
- testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.11'
+ testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.14'
10
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
11
testImplementation ('org.mockito:mockito-core:4.11.0') {
12
exclude(module: 'hamcrest-core')
0 commit comments