Skip to content

Commit a7eb7b1

Browse files
committed
Upgrade to MySQL 9.4.0
Closes gh-46715
1 parent 5f31414 commit a7eb7b1

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
@@ -1552,7 +1552,7 @@ bom {
15521552
.formatted(version.toString().replace(".jre11", "")))
15531553
}
15541554
}
1555-
library("MySQL", "9.3.0") {
1555+
library("MySQL", "9.4.0") {
15561556
upgradePolicy = "same-major-version"
15571557
group("com.mysql") {
15581558
modules = [

0 commit comments

Comments
 (0)