Browse Source

Upgrade to MySQL 8.0.25

Closes gh-26490
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
a721493c88
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save