Upgrade to MySQL 9.2.0

Closes gh-43915
This commit is contained in:
Andy Wilkinson 2025-01-21 18:28:48 +00:00
parent 148260ebfb
commit fd666717cc
1 changed files with 1 additions and 1 deletions

View File

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