Browse Source

Upgrade to MySQL 9.3.0

Closes gh-46371
pull/46457/head
Stéphane Nicoll 7 months ago
parent
commit
343f71fe04
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save