Skip to content

Commit 0348b5d

Browse files
Bump org.mariadb.jdbc:mariadb-java-client in /modules/mariadb
Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.5.5 to 3.5.6. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md) - [Commits](mariadb-corporation/mariadb-connector-j@3.5.5...3.5.6) --- updated-dependencies: - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 559df36 commit 0348b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mariadb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010

1111
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
1212
testImplementation project(':testcontainers-jdbc-test')
13-
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.5.5'
13+
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.5.6'
1414

1515
testImplementation testFixtures(project(':testcontainers-r2dbc'))
1616
testRuntimeOnly 'org.mariadb:r2dbc-mariadb:1.0.3'

0 commit comments

Comments
 (0)