Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mysql/…
Browse files Browse the repository at this point in the history
…mysql-mysql-connector-java-8.0.26' into combined-pr-branch
  • Loading branch information
rnorth committed Aug 2, 2021
2 parents a3f92c0 + 1f84c2a commit 15cc14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
compileOnly 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'

testImplementation project(':jdbc-test')
testImplementation 'mysql:mysql-connector-java:8.0.25'
testImplementation 'mysql:mysql-connector-java:8.0.26'

testImplementation testFixtures(project(':r2dbc'))
testImplementation 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'
Expand Down

0 comments on commit 15cc14f

Please sign in to comment.