Browse Source

Upgrade to Spring Session 3.5.4

Closes gh-48432
3.5.x
Stéphane Nicoll 1 day ago
parent
commit
7831a36e7f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save