Skip to content

Commit 04e58c9

Browse files
committed
Start building against Spring Data 2025.1.0-M4 snapshots
See gh-46048
1 parent b7a8d64 commit 04e58c9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/jdbc/JdbcDatabaseDialect.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ public enum JdbcDatabaseDialect {
5151
/**
5252
* Provides an instance of {@link JdbcMySqlDialect}.
5353
*/
54+
@SuppressWarnings("removal")
5455
MARIA(JdbcMySqlDialect.INSTANCE),
5556

5657
/**
5758
* Provides an instance of {@link JdbcMySqlDialect}.
5859
*/
60+
@SuppressWarnings("removal")
5961
MYSQL(JdbcMySqlDialect.INSTANCE),
6062

6163
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,7 @@ bom {
21722172
releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}")
21732173
}
21742174
}
2175-
library("Spring Data Bom", "2025.1.0-M3") {
2175+
library("Spring Data Bom", "2025.1.0-SNAPSHOT") {
21762176
considerSnapshots()
21772177
calendarName = "Spring Data Release"
21782178
group("org.springframework.data") {

0 commit comments

Comments
 (0)