Skip to content

Commit 7c8eac6

Browse files
committed
Upgrade to MySQL 9.5.0
Closes gh-48020
1 parent 65cdf90 commit 7c8eac6

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
@@ -1555,7 +1555,7 @@ bom {
15551555
.formatted(version.toString().replace(".jre11", "")))
15561556
}
15571557
}
1558-
library("MySQL", "9.4.0") {
1558+
library("MySQL", "9.5.0") {
15591559
upgradePolicy = "same-major-version"
15601560
group("com.mysql") {
15611561
modules = [

0 commit comments

Comments
 (0)