Upgrade to MySQL 8.3.0

Closes gh-39081
This commit is contained in:
Brian Clozel 2024-01-16 16:33:29 +01:00
parent de2aee9816
commit 00f69c4ee8
1 changed files with 1 additions and 1 deletions

View File

@ -1051,7 +1051,7 @@ bom {
] ]
} }
} }
library("MySQL", "8.1.0") { library("MySQL", "8.3.0") {
group("com.mysql") { group("com.mysql") {
modules = [ modules = [
"mysql-connector-j" { "mysql-connector-j" {