Skip to content

Commit caafaef

Browse files
Bump io.asyncer:r2dbc-mysql from 1.3.0 to 1.4.0 in /modules/mysql
Bumps [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/asyncer-io/r2dbc-mysql/releases) - [Commits](asyncer-io/r2dbc-mysql@r2dbc-mysql-1.3.0...r2dbc-mysql-1.4.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 6e104da commit caafaef

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
@@ -4,13 +4,13 @@ dependencies {
44
api project(':jdbc')
55

66
compileOnly project(':r2dbc')
7-
compileOnly 'io.asyncer:r2dbc-mysql:1.3.0'
7+
compileOnly 'io.asyncer:r2dbc-mysql:1.4.0'
88

99
testImplementation project(':jdbc-test')
1010
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
1111

1212
testImplementation testFixtures(project(':r2dbc'))
13-
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.3.0'
13+
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.4.0'
1414

1515
compileOnly 'org.jetbrains:annotations:24.1.0'
1616
}

0 commit comments

Comments
 (0)