Skip to content

Commit 0f0eaee

Browse files
Bump r2dbc-mariadb from 0.8.2-alpha2 to 0.8.3-beta1 in /modules/mariadb (#3036)
Bumps [r2dbc-mariadb](https://github.com/mariadb-corporation/mariadb-connector-r2dbc) from 0.8.2-alpha2 to 0.8.3-beta1. - [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](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard North <[email protected]>
1 parent d12d337 commit 0f0eaee

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
compile project(':jdbc')
88

99
compileOnly project(':r2dbc')
10-
compileOnly 'org.mariadb:r2dbc-mariadb:0.8.2-alpha2'
10+
compileOnly 'org.mariadb:r2dbc-mariadb:0.8.3-beta1'
1111

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

1515
testCompile testFixtures(project(':r2dbc'))
16-
testCompile 'org.mariadb:r2dbc-mariadb:0.8.1-alpha1'
16+
testCompile 'org.mariadb:r2dbc-mariadb:0.8.3-beta1'
1717
}

0 commit comments

Comments
 (0)