Browse Source

Upgrade to MySQL 8.0.20

Closes gh-21246
pull/21259/head
Stephane Nicoll 6 years ago
parent
commit
98eb325dec
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1228,7 +1228,7 @@ bom { @@ -1228,7 +1228,7 @@ bom {
]
}
}
library("MySQL", "8.0.19") {
library("MySQL", "8.0.20") {
group("mysql") {
modules = [
"mysql-connector-java" {

Loading…
Cancel
Save