Skip to content

Commit

Permalink
This should fix r2dbc error due to asyncer-io/r2dbc-mysql#286
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaFox161 committed Sep 10, 2024
1 parent aa1fdfd commit 5d2e251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {
// Database
implementation("org.flywaydb:flyway-core")
implementation("org.flywaydb:flyway-mysql")
implementation("io.asyncer:r2dbc-mysql")
implementation("io.asyncer:r2dbc-mysql:1.3.0") // TODO: Remove hard coded version once spring includes this in bom as it is a breaking change
implementation("com.mysql:mysql-connector-j")

// IO
Expand Down

0 comments on commit 5d2e251

Please sign in to comment.