Skip to content

Commit c0a21b0

Browse files
committed
Upgrade to MySQL 9.3.0
Closes gh-46370
1 parent 6839e52 commit c0a21b0

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
@@ -1554,7 +1554,7 @@ bom {
15541554
.formatted(version.toString().replace(".jre11", "")))
15551555
}
15561556
}
1557-
library("MySQL", "9.1.0") {
1557+
library("MySQL", "9.3.0") {
15581558
group("com.mysql") {
15591559
modules = [
15601560
"mysql-connector-j" {

0 commit comments

Comments
 (0)