Skip to content

Commit b7deb73

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

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:1.0.3'
10+
compileOnly 'io.asyncer:r2dbc-mysql:1.0.4'
1111

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

1515
testImplementation testFixtures(project(':r2dbc'))
16-
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.0.3'
16+
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.0.4'
1717

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

0 commit comments

Comments
 (0)