Browse Source

Upgrade to MariaDB 2.7.5

Closes gh-29498
pull/30003/head
Stephane Nicoll 4 years ago
parent
commit
c488be5adc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save