Skip to content

Commit f24afd9

Browse files
committed
Upgrade to MySQL 8.0.32
Closes gh-33890
1 parent 21068a5 commit f24afd9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,21 +1370,14 @@ bom {
13701370
]
13711371
}
13721372
}
1373-
library("MySQL", "8.0.31") {
1373+
library("MySQL", "8.0.32") {
13741374
group("com.mysql") {
13751375
modules = [
13761376
"mysql-connector-j" {
13771377
exclude group: "com.google.protobuf", module: "protobuf-java"
13781378
}
13791379
]
13801380
}
1381-
group("mysql") {
1382-
modules = [
1383-
"mysql-connector-java" {
1384-
exclude group: "com.google.protobuf", module: "protobuf-java"
1385-
}
1386-
]
1387-
}
13881381
}
13891382
library("NekoHTML", "1.9.22") {
13901383
group("net.sourceforge.nekohtml") {

0 commit comments

Comments
 (0)