Browse Source

Upgrade to MariaDB 2.7.5

Closes gh-29506
pull/29636/head
Stephane Nicoll 4 years ago
parent
commit
5cbaf2ba44
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save