Browse Source

Upgrade to MariaDB 2.6.2

Closes gh-22807
pull/22834/head
Andy Wilkinson 6 years ago
parent
commit
b6edb4d252
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save