Upgrade to MariaDB 3.1.2
Closes gh-34093
This commit is contained in:
@@ -799,7 +799,7 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("MariaDB", "3.0.10") {
|
||||
library("MariaDB", "3.1.2") {
|
||||
group("org.mariadb.jdbc") {
|
||||
modules = [
|
||||
"mariadb-java-client"
|
||||
|
||||
@@ -124,7 +124,9 @@ dependencies {
|
||||
}
|
||||
testImplementation("org.hsqldb:hsqldb")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
testImplementation("org.mariadb.jdbc:mariadb-java-client")
|
||||
testImplementation("org.mariadb.jdbc:mariadb-java-client") {
|
||||
exclude group: "org.slf4j", module: "jcl-over-slf4j"
|
||||
}
|
||||
testImplementation("org.mockito:mockito-core")
|
||||
testImplementation("org.mockito:mockito-junit-jupiter")
|
||||
testImplementation("org.springframework:spring-context-support")
|
||||
|
||||
Reference in New Issue
Block a user