Browse Source

Upgrade to MySQL 8.0.30

Closes gh-32011
pull/32501/head
Stephane Nicoll 4 years ago
parent
commit
81c5b5a9fe
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1299,7 +1299,7 @@ bom { @@ -1299,7 +1299,7 @@ bom {
]
}
}
library("MySQL", "8.0.29") {
library("MySQL", "8.0.30") {
group("mysql") {
modules = [
"mysql-connector-java" {

Loading…
Cancel
Save