Skip to content

Commit 279f1cf

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mysql/mysql-mysql-connector-java-8.0.31' into combined-pr-branch
2 parents c54cdc8 + 5ee6fd3 commit 279f1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mysql/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'
1111

1212
testImplementation project(':jdbc-test')
13-
testImplementation 'mysql:mysql-connector-java:8.0.30'
13+
testImplementation 'mysql:mysql-connector-java:8.0.31'
1414

1515
testImplementation testFixtures(project(':r2dbc'))
1616
testImplementation 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'

0 commit comments

Comments
 (0)