Skip to content

Commit 25bb2a3

Browse files
committed
Upgrade to MySQL 9.4.0
Closes gh-46743
1 parent 63277bf commit 25bb2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ bom {
15891589
.formatted(version.toString().replace(".jre11", "")))
15901590
}
15911591
}
1592-
library("MySQL", "9.3.0") {
1592+
library("MySQL", "9.4.0") {
15931593
upgradePolicy = "same-major-version"
15941594
group("com.mysql") {
15951595
modules = [

0 commit comments

Comments
 (0)