Skip to content

Commit f8792e8

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mysql/io.asyncer-r2dbc-mysql-1.0.4' into combined-pr-branch
2 parents 2309c4a + b7deb73 commit f8792e8

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)