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 0fec8b9 + aec0af0 commit 96b68c6Copy full SHA for 96b68c6
modules/mariadb/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.3'
8
9
testImplementation project(':testcontainers-jdbc-test')
10
- testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.5.4'
+ testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.5.5'
11
12
testImplementation testFixtures(project(':testcontainers-r2dbc'))
13
testRuntimeOnly 'org.mariadb:r2dbc-mariadb:1.0.3'
0 commit comments