Browse Source

Upgrade to Spring Session 4.0.1

Closes gh-48445
pull/48552/head
Stéphane Nicoll 2 days ago
parent
commit
f893c223b2
  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.1-SNAPSHOT") {
library("Spring Session", "4.0.1") {
considerSnapshots()
prohibit {
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])

Loading…
Cancel
Save