Skip to content

Commit

Permalink
build: revert org.mariadb.jdbc:mariadb-java-client
Browse files Browse the repository at this point in the history
- Has an issue with Flyway that is unpatched and only presents in version 3.3.1
  • Loading branch information
darksaid98 committed Dec 17, 2023
1 parent 0fa7515 commit ccb475e
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 @@ -72,7 +72,7 @@ dependencies {
library("org.hsqldb:hsqldb:2.7.2")
library("com.h2database:h2:2.2.224")
library("com.mysql:mysql-connector-j:8.2.0")
library("org.mariadb.jdbc:mariadb-java-client:3.3.1")
library("org.mariadb.jdbc:mariadb-java-client:3.3.0")
}

tasks {
Expand Down

0 comments on commit ccb475e

Please sign in to comment.