Upgrade to MySQL 9.0.0

Closes gh-41420
This commit is contained in:
Andy Wilkinson 2024-07-09 13:06:04 +01:00
parent c849e91a42
commit be0af2a358
1 changed files with 1 additions and 1 deletions

View File

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