Browse Source

Upgrade to MySQL 8.0.23

Closes gh-25219
pull/25507/head
Andy Wilkinson 5 years ago
parent
commit
ca24fd1437
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1157,7 +1157,7 @@ bom { @@ -1157,7 +1157,7 @@ bom {
]
}
}
library("MySQL", "8.0.22") {
library("MySQL", "8.0.23") {
group("mysql") {
modules = [
"mysql-connector-java" {

Loading…
Cancel
Save