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.
1 parent 142e585 commit 7ed8278Copy full SHA for 7ed8278
modules/mariadb/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: MariaDB"
3
dependencies {
4
compile project(':jdbc')
5
6
- testCompile 'org.mariadb.jdbc:mariadb-java-client:2.5.3'
+ testCompile 'org.mariadb.jdbc:mariadb-java-client:2.5.4'
7
testCompile 'com.zaxxer:HikariCP-java6:2.3.13'
8
testCompile 'commons-dbutils:commons-dbutils:1.7'
9
testCompile 'org.apache.tomcat:tomcat-jdbc:9.0.30'
0 commit comments