Browse Source

Start building against Spring Session 4.0.0-M1 snapshots

See gh-46312
pull/46317/head
Stéphane Nicoll 7 months ago
parent
commit
d4e95cdf42
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2455,7 +2455,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}") releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}")
} }
} }
library("Spring Session", "3.5.1") { library("Spring Session", "4.0.0-SNAPSHOT") {
considerSnapshots() considerSnapshots()
prohibit { prohibit {
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])

Loading…
Cancel
Save