Skip to content

Commit 9bdd4f3

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mariadb/org.mariadb-r2dbc-mariadb-1.0.2' into combined-pr-branch
2 parents e74ba35 + f120d5e commit 9bdd4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/mariadb/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ dependencies {
77
api project(':jdbc')
88

99
compileOnly project(':r2dbc')
10-
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.1'
10+
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.2'
1111

1212
testImplementation project(':jdbc-test')
1313
testImplementation 'org.mariadb.jdbc:mariadb-java-client:2.7.3'
1414

1515
testImplementation testFixtures(project(':r2dbc'))
16-
testImplementation 'org.mariadb:r2dbc-mariadb:1.0.0'
16+
testImplementation 'org.mariadb:r2dbc-mariadb:1.0.2'
1717
}

0 commit comments

Comments
 (0)