Browse Source

Upgrade to Spring Session 3.3.6

Closes gh-44114
pull/44384/head
Andy Wilkinson 10 months ago
parent
commit
69abb7dda7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save