Browse Source

Upgrade to MariaDB 2.6.2

Closes gh-22541
pull/22996/head
Andy Wilkinson 6 years ago
parent
commit
39c8898008
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save