Browse Source

Start building against Spring Session 4.0.2 snapshots

See gh-49094
pull/49222/head
Andy Wilkinson 1 month ago
parent
commit
d921d07df0
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save