Browse Source

Upgrade to Spring Session 4.1.0-M1

Closes gh-49145
pull/49278/head
Stéphane Nicoll 1 month ago
parent
commit
6218ac5ac2
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save