Skip to content

Commit 316db41

Browse files
committed
Upgrade to MySQL 9.3.0
Closes gh-46340
1 parent aaf4cca commit 316db41

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
@@ -1599,7 +1599,7 @@ bom {
15991599
.formatted(version.toString().replace(".jre11", "")))
16001600
}
16011601
}
1602-
library("MySQL", "9.2.0") {
1602+
library("MySQL", "9.3.0") {
16031603
group("com.mysql") {
16041604
modules = [
16051605
"mysql-connector-j" {

0 commit comments

Comments
 (0)