Upgrade to MySQL 9.1.0

Closes gh-42765
This commit is contained in:
Andy Wilkinson 2024-10-17 15:59:52 +01:00
parent 3dfbc95e71
commit 046750bc4b
1 changed files with 1 additions and 1 deletions

View File

@ -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" {