Skip to content

Commit 90e16da

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mysql/io.asyncer-r2dbc-mysql-1.4.1' into combined-pr-branch
2 parents cd81958 + a8ef0f3 commit 90e16da

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.1'
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.1'
1414

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

0 commit comments

Comments
 (0)