Browse Source

Upgrade to MariaDB 2.6.1

Closes gh-22131
pull/22139/head
Andy Wilkinson 6 years ago
parent
commit
ee5e35f3fd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save