Browse Source

Upgrade to Spring Session 4.0.0-M1

Closes gh-46312
pull/46520/head
Stéphane Nicoll 5 months ago
parent
commit
e39eedb08e
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2480,7 +2480,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", "4.0.0-SNAPSHOT") { library("Spring Session", "4.0.0-M1") {
considerSnapshots() considerSnapshots()
prohibit { prohibit {
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])

Loading…
Cancel
Save