Upgrade to MySQL 8.0.32
Closes gh-33890
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user