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 a05e369 + 850ee84 commit ab9927eCopy full SHA for ab9927e
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.5'
+ testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.5.6'
11
12
testImplementation testFixtures(project(':testcontainers-r2dbc'))
13
testRuntimeOnly 'org.mariadb:r2dbc-mariadb:1.0.3'
0 commit comments