Skip to content

Commit 3b2c5e8

Browse files
snicollphilwebb
authored andcommitted
Upgrade Spring Projects to latest available Snapshot / Milestones
See gh-45487 See gh-45488 See gh-45489 See gh-45490 See gh-45491 See gh-45492
1 parent 0510cfa commit 3b2c5e8

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mavenVersion=3.9.4
1919
mockitoVersion=5.17.0
2020
nativeBuildToolsVersion=0.10.6
2121
snakeYamlVersion=2.4
22-
springFrameworkVersion=6.2.7-SNAPSHOT
22+
springFrameworkVersion=7.0.0-SNAPSHOT
2323
springFramework60xVersion=6.0.23
2424
tomcatVersion=11.0.6
2525

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

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,11 +2169,7 @@ bom {
21692169
releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}")
21702170
}
21712171
}
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") {
21772173
considerSnapshots()
21782174
calendarName = "Spring Data Release"
21792175
group("org.springframework.data") {
@@ -2186,10 +2182,6 @@ bom {
21862182
}
21872183
}
21882184
library("Spring Framework", "${springFrameworkVersion}") {
2189-
prohibit {
2190-
versionRange "[7.0.0-M1,)"
2191-
because "it exceeds our baseline"
2192-
}
21932185
considerSnapshots()
21942186
group("org.springframework") {
21952187
bom("spring-framework-bom")
@@ -2225,11 +2217,7 @@ bom {
22252217
releaseNotes("https://github.com/spring-projects/spring-graphql/releases/tag/v{version}")
22262218
}
22272219
}
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") {
22332221
considerSnapshots()
22342222
group("org.springframework.hateoas") {
22352223
modules = [
@@ -2261,7 +2249,7 @@ bom {
22612249
releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}")
22622250
}
22632251
}
2264-
library("Spring Kafka", "3.3.6-SNAPSHOT") {
2252+
library("Spring Kafka", "4.0.0-SNAPSHOT") {
22652253
considerSnapshots()
22662254
group("org.springframework.kafka") {
22672255
modules = [
@@ -2314,7 +2302,7 @@ bom {
23142302
releaseNotes("https://github.com/spring-projects/spring-pulsar/releases/tag/v{version}")
23152303
}
23162304
}
2317-
library("Spring RESTDocs", "3.0.3") {
2305+
library("Spring RESTDocs", "4.0.0-SNAPSHOT") {
23182306
considerSnapshots()
23192307
group("org.springframework.restdocs") {
23202308
bom("spring-restdocs-bom")
@@ -2342,7 +2330,7 @@ bom {
23422330
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
23432331
}
23442332
}
2345-
library("Spring Security", "6.5.0-SNAPSHOT") {
2333+
library("Spring Security", "7.0.0-SNAPSHOT") {
23462334
considerSnapshots()
23472335
group("org.springframework.security") {
23482336
bom("spring-security-bom")

0 commit comments

Comments
 (0)