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 c0201e6 + 2c6fd6f commit a1a2b25Copy full SHA for a1a2b25
modules/jdbc/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':database-commons')
5
6
compileOnly 'org.jetbrains:annotations:24.0.1'
7
- testImplementation 'commons-dbutils:commons-dbutils:1.7'
+ testImplementation 'commons-dbutils:commons-dbutils:1.8.0'
8
testImplementation 'org.vibur:vibur-dbcp:25.0'
9
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.1.13'
10
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
0 commit comments