Browse Source

Upgrade to MySQL 9.1.0

Closes gh-42765
pull/42770/head
Andy Wilkinson 1 year ago
parent
commit
046750bc4b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1387,7 +1387,7 @@ bom { @@ -1387,7 +1387,7 @@ bom {
.formatted(version.toString().replace(".jre11", "")) }
}
}
library("MySQL", "9.0.0") {
library("MySQL", "9.1.0") {
group("com.mysql") {
modules = [
"mysql-connector-j" {

Loading…
Cancel
Save