Skip to content

Commit 1133e0e

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.3.1 to 3.3.2. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md) - [Commits](mariadb-corporation/mariadb-connector-j@3.3.1...3.3.2) --- updated-dependencies: - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36c8727 commit 1133e0e

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
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.3'
1111

1212
testImplementation project(':jdbc-test')
13-
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.3.1'
13+
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.3.2'
1414

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

0 commit comments

Comments
 (0)