Skip to content

Commit 5a1da70

Browse files
Bump io.asyncer:r2dbc-mysql from 0.9.0 to 1.0.2 in /modules/mysql
Bumps [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) from 0.9.0 to 1.0.2. - [Release notes](https://github.com/asyncer-io/r2dbc-mysql/releases) - [Commits](asyncer-io/r2dbc-mysql@r2dbc-mysql-0.9.0...r2dbc-mysql-1.0.2) --- updated-dependencies: - dependency-name: io.asyncer:r2dbc-mysql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba368dd commit 5a1da70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/mysql/build.gradle

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

99
compileOnly project(':r2dbc')
10-
compileOnly 'io.asyncer:r2dbc-mysql:0.9.0'
10+
compileOnly 'io.asyncer:r2dbc-mysql:1.0.2'
1111

1212
testImplementation project(':jdbc-test')
1313
testImplementation 'mysql:mysql-connector-java:8.0.32'
1414

1515
testImplementation testFixtures(project(':r2dbc'))
16-
testImplementation 'io.asyncer:r2dbc-mysql:0.9.0'
16+
testImplementation 'io.asyncer:r2dbc-mysql:1.0.2'
1717

1818
compileOnly 'org.jetbrains:annotations:24.0.1'
1919
}

0 commit comments

Comments
 (0)