Skip to content

Commit dc99ecd

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mysql/io.asyncer-r2dbc-mysql-1.0.2' into combined-pr-branch
2 parents 07d40f4 + 5a1da70 commit dc99ecd

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)