Skip to content

Commit f120d5e

Browse files
Bump r2dbc-mariadb from 1.0.1 to 1.0.2 in /modules/mariadb
Bumps [r2dbc-mariadb](https://github.com/mariadb-corporation/mariadb-connector-r2dbc) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/blob/master/CHANGELOG.md) - [Commits](mariadb-corporation/mariadb-connector-r2dbc@1.0.1...1.0.2) --- updated-dependencies: - dependency-name: org.mariadb:r2dbc-mariadb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 289521d commit f120d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/mariadb/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ dependencies {
77
api project(':jdbc')
88

99
compileOnly project(':r2dbc')
10-
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.1'
10+
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.2'
1111

1212
testImplementation project(':jdbc-test')
1313
testImplementation 'org.mariadb.jdbc:mariadb-java-client:2.7.3'
1414

1515
testImplementation testFixtures(project(':r2dbc'))
16-
testImplementation 'org.mariadb:r2dbc-mariadb:1.0.0'
16+
testImplementation 'org.mariadb:r2dbc-mariadb:1.0.2'
1717
}

0 commit comments

Comments
 (0)