Skip to content

Commit 37f99d2

Browse files
committed
Upgrade to MySQL 9.4.0
Closes gh-46732
1 parent fd4cf76 commit 37f99d2

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
@@ -1659,7 +1659,7 @@ bom {
16591659
.formatted(version.toString().replace(".jre11", "")))
16601660
}
16611661
}
1662-
library("MySQL", "9.3.0") {
1662+
library("MySQL", "9.4.0") {
16631663
upgradePolicy = "same-major-version"
16641664
group("com.mysql") {
16651665
modules = [

0 commit comments

Comments
 (0)