Skip to content

Commit 343f71f

Browse files
committed
Upgrade to MySQL 9.3.0
Closes gh-46371
1 parent 8a9ce28 commit 343f71f

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
@@ -1661,7 +1661,7 @@ bom {
16611661
.formatted(version.toString().replace(".jre11", "")))
16621662
}
16631663
}
1664-
library("MySQL", "9.2.0") {
1664+
library("MySQL", "9.3.0") {
16651665
group("com.mysql") {
16661666
modules = [
16671667
"mysql-connector-j" {

0 commit comments

Comments
 (0)