Browse Source

Upgrade to MySQL 8.0.27

Closes gh-28391
2.4.x
Stephane Nicoll 4 years ago
parent
commit
3e6da7ee2b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1165,7 +1165,7 @@ bom { @@ -1165,7 +1165,7 @@ bom {
]
}
}
library("MySQL", "8.0.26") {
library("MySQL", "8.0.27") {
group("mysql") {
modules = [
"mysql-connector-java" {

Loading…
Cancel
Save