Skip to content

Commit 8b89892

Browse files
committed
Upgrade to MySQL 9.7.0
Closes gh-50161
1 parent b77e019 commit 8b89892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ bom {
16901690
.formatted(version.toString().replace(".jre11", "")))
16911691
}
16921692
}
1693-
library("MySQL", "9.6.0") {
1693+
library("MySQL", "9.7.0") {
16941694
upgradePolicy = "same-major-version"
16951695
group("com.mysql") {
16961696
modules = [

0 commit comments

Comments
 (0)