Skip to content

Commit

Permalink
Bump mysql:mysql-connector-java from 8.0.32 to 8.0.33 in /modules/mysql
Browse files Browse the repository at this point in the history
Bumps mysql:mysql-connector-java from 8.0.32 to 8.0.33.

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 30, 2023
1 parent 5c88064 commit 4681cd3
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:0.9.0'

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:0.9.0'
Expand Down

0 comments on commit 4681cd3

Please sign in to comment.