@@ -2169,11 +2169,7 @@ bom {
2169
2169
releaseNotes(" https://github.com/spring-projects/spring-batch/releases/tag/v{version}" )
2170
2170
}
2171
2171
}
2172
- library(" Spring Data Bom" , " 2025.0.0-SNAPSHOT" ) {
2173
- prohibit {
2174
- versionRange " [2025.1.0-M1,)"
2175
- because " it exceeds our baseline"
2176
- }
2172
+ library(" Spring Data Bom" , " 2025.1.0-M2" ) {
2177
2173
considerSnapshots()
2178
2174
calendarName = " Spring Data Release"
2179
2175
group(" org.springframework.data" ) {
@@ -2186,10 +2182,6 @@ bom {
2186
2182
}
2187
2183
}
2188
2184
library(" Spring Framework" , " ${ springFrameworkVersion} " ) {
2189
- prohibit {
2190
- versionRange " [7.0.0-M1,)"
2191
- because " it exceeds our baseline"
2192
- }
2193
2185
considerSnapshots()
2194
2186
group(" org.springframework" ) {
2195
2187
bom(" spring-framework-bom" )
@@ -2225,11 +2217,7 @@ bom {
2225
2217
releaseNotes(" https://github.com/spring-projects/spring-graphql/releases/tag/v{version}" )
2226
2218
}
2227
2219
}
2228
- library(" Spring HATEOAS" , " 2.5.0-RC1" ) {
2229
- prohibit {
2230
- versionRange " [3.0.0-M1,)"
2231
- because " it exceeds our baseline"
2232
- }
2220
+ library(" Spring HATEOAS" , " 3.0.0-M2" ) {
2233
2221
considerSnapshots()
2234
2222
group(" org.springframework.hateoas" ) {
2235
2223
modules = [
@@ -2261,7 +2249,7 @@ bom {
2261
2249
releaseNotes(" https://github.com/spring-projects/spring-integration/releases/tag/v{version}" )
2262
2250
}
2263
2251
}
2264
- library(" Spring Kafka" , " 3.3.6 -SNAPSHOT" ) {
2252
+ library(" Spring Kafka" , " 4.0.0 -SNAPSHOT" ) {
2265
2253
considerSnapshots()
2266
2254
group(" org.springframework.kafka" ) {
2267
2255
modules = [
@@ -2314,7 +2302,7 @@ bom {
2314
2302
releaseNotes(" https://github.com/spring-projects/spring-pulsar/releases/tag/v{version}" )
2315
2303
}
2316
2304
}
2317
- library(" Spring RESTDocs" , " 3 .0.3 " ) {
2305
+ library(" Spring RESTDocs" , " 4 .0.0-SNAPSHOT " ) {
2318
2306
considerSnapshots()
2319
2307
group(" org.springframework.restdocs" ) {
2320
2308
bom(" spring-restdocs-bom" )
@@ -2342,7 +2330,7 @@ bom {
2342
2330
releaseNotes(" https://github.com/spring-projects/spring-retry/releases/tag/v{version}" )
2343
2331
}
2344
2332
}
2345
- library(" Spring Security" , " 6.5 .0-SNAPSHOT" ) {
2333
+ library(" Spring Security" , " 7.0 .0-SNAPSHOT" ) {
2346
2334
considerSnapshots()
2347
2335
group(" org.springframework.security" ) {
2348
2336
bom(" spring-security-bom" )
0 commit comments