Browse Source

Upgrade to MySQL 8.0.30

Closes gh-32364
pull/32374/head
Stephane Nicoll 3 years ago
parent
commit
aa47a9bd83
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save