Skip to content

Commit

Permalink
Upgrade to MySQL 8.0.32
Browse files Browse the repository at this point in the history
Closes gh-33890
  • Loading branch information
wilkinsona committed Jan 19, 2023
1 parent 21068a5 commit f24afd9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1370,21 +1370,14 @@ bom {
]
}
}
library("MySQL", "8.0.31") {
library("MySQL", "8.0.32") {
group("com.mysql") {
modules = [
"mysql-connector-j" {
exclude group: "com.google.protobuf", module: "protobuf-java"
}
]
}
group("mysql") {
modules = [
"mysql-connector-java" {
exclude group: "com.google.protobuf", module: "protobuf-java"
}
]
}
}
library("NekoHTML", "1.9.22") {
group("net.sourceforge.nekohtml") {
Expand Down

0 comments on commit f24afd9

Please sign in to comment.