Browse Source

Upgrade to MariaDB 3.4.1

Closes gh-41806
pull/41831/head
Stéphane Nicoll 2 years ago
parent
commit
3a6bdd386c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1177,7 +1177,7 @@ bom {
site("https://projectlombok.org") site("https://projectlombok.org")
} }
} }
library("MariaDB", "3.4.0") { library("MariaDB", "3.4.1") {
group("org.mariadb.jdbc") { group("org.mariadb.jdbc") {
modules = [ modules = [
"mariadb-java-client" "mariadb-java-client"

Loading…
Cancel
Save