Browse Source

Upgrade to MariaDB 2.7.0

Closes gh-23660
pull/23694/head
Stephane Nicoll 5 years ago
parent
commit
7d70a8387c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save