Skip to content

Commit 5dffa3d

Browse files
committed
Upgrade to MySQL 9.5.0
Closes gh-48092
1 parent 9aea720 commit 5dffa3d

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
@@ -1621,7 +1621,7 @@ bom {
16211621
.formatted(version.toString().replace(".jre11", "")))
16221622
}
16231623
}
1624-
library("MySQL", "9.4.0") {
1624+
library("MySQL", "9.5.0") {
16251625
upgradePolicy = "same-major-version"
16261626
group("com.mysql") {
16271627
modules = [

0 commit comments

Comments
 (0)