Skip to content

Commit be0af2a

Browse files
committed
Upgrade to MySQL 9.0.0
Closes gh-41420
1 parent c849e91 commit be0af2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ bom {
13481348
.formatted(version.toString().replace(".jre11", "")) }
13491349
}
13501350
}
1351-
library("MySQL", "8.3.0") {
1351+
library("MySQL", "9.0.0") {
13521352
group("com.mysql") {
13531353
modules = [
13541354
"mysql-connector-j" {

0 commit comments

Comments
 (0)