Browse Source

Upgrade to MySQL 8.0.26

Closes gh-27444
pull/27537/head
Andy Wilkinson 5 years ago
parent
commit
7fbfbfe21e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save