Browse Source

Upgrade to Spring Session 3.5.5

Closes gh-49074
pull/49366/head
Stéphane Nicoll 4 weeks ago
parent
commit
91cc0ddfa2
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save