Browse Source

Upgrade to MariaDB 3.2.0

Closes gh-37320
pull/37340/head
Stephane Nicoll 3 years ago
parent
commit
037aba5f88
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -862,7 +862,7 @@ bom { @@ -862,7 +862,7 @@ bom {
]
}
}
library("MariaDB", "3.1.4") {
library("MariaDB", "3.2.0") {
group("org.mariadb.jdbc") {
modules = [
"mariadb-java-client"

Loading…
Cancel
Save