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.33' into combined-pr-branch
  • Loading branch information
eddumelendez committed Jul 2, 2023
2 parents be61c7d + f542e90 commit 10bee03
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 'io.asyncer:r2dbc-mysql:1.0.2'

testImplementation project(':jdbc-test')
testImplementation 'mysql:mysql-connector-java:8.0.32'
testImplementation 'mysql:mysql-connector-java:8.0.33'

testImplementation testFixtures(project(':r2dbc'))
testImplementation 'io.asyncer:r2dbc-mysql:1.0.2'
Expand Down

0 comments on commit 10bee03

Please sign in to comment.