Skip to content

Commit 80904ad

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

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.1.3'
10+
compileOnly 'io.asyncer:r2dbc-mysql:1.3.0'
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.1.3'
16+
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.3.0'
1717

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

0 commit comments

Comments
 (0)