Skip to content

Commit

Permalink
Bump io.asyncer:r2dbc-mysql from 0.9.0 to 1.0.2 in /modules/mysql
Browse files Browse the repository at this point in the history
Bumps [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) from 0.9.0 to 1.0.2.
- [Release notes](https://github.com/asyncer-io/r2dbc-mysql/releases)
- [Commits](asyncer-io/r2dbc-mysql@r2dbc-mysql-0.9.0...r2dbc-mysql-1.0.2)

---
updated-dependencies:
- dependency-name: io.asyncer:r2dbc-mysql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 6, 2023
1 parent d89ce98 commit 76ae1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ dependencies {
api project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'io.asyncer:r2dbc-mysql:0.9.0'
compileOnly 'io.asyncer:r2dbc-mysql:1.0.2'

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

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

compileOnly 'org.jetbrains:annotations:24.0.1'
}

0 comments on commit 76ae1e4

Please sign in to comment.