Browse Source

Start building against Spring Session 4.0.1 snapshots

See gh-48445
pull/48480/head
Stéphane Nicoll 1 week ago
parent
commit
add34dfe35
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save