Upgrade to MySQL 8.0.32

Closes gh-33890
This commit is contained in:
Andy Wilkinson 2023-01-19 09:49:52 +00:00
parent 21068a5bc4
commit f24afd9685

View File

@ -1370,7 +1370,7 @@ bom {
]
}
}
library("MySQL", "8.0.31") {
library("MySQL", "8.0.32") {
group("com.mysql") {
modules = [
"mysql-connector-j" {
@ -1378,13 +1378,6 @@ bom {
}
]
}
group("mysql") {
modules = [
"mysql-connector-java" {
exclude group: "com.google.protobuf", module: "protobuf-java"
}
]
}
}
library("NekoHTML", "1.9.22") {
group("net.sourceforge.nekohtml") {