Skip to content

Commit fd66671

Browse files
committed
Upgrade to MySQL 9.2.0
Closes gh-43915
1 parent 148260e commit fd66671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ bom {
15311531
.formatted(version.toString().replace(".jre11", "")))
15321532
}
15331533
}
1534-
library("MySQL", "9.1.0") {
1534+
library("MySQL", "9.2.0") {
15351535
group("com.mysql") {
15361536
modules = [
15371537
"mysql-connector-j" {

0 commit comments

Comments
 (0)