Browse Source

Upgrade to Spring Session 3.5.0

Closes gh-45560
pull/45640/head
Stéphane Nicoll 8 months ago
parent
commit
3abf2a12e6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save