Skip to content

Commit 046750b

Browse files
committed
Upgrade to MySQL 9.1.0
Closes gh-42765
1 parent 3dfbc95 commit 046750b

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
@@ -1387,7 +1387,7 @@ bom {
13871387
.formatted(version.toString().replace(".jre11", "")) }
13881388
}
13891389
}
1390-
library("MySQL", "9.0.0") {
1390+
library("MySQL", "9.1.0") {
13911391
group("com.mysql") {
13921392
modules = [
13931393
"mysql-connector-j" {

0 commit comments

Comments
 (0)