Browse Source

Upgrade to Spring Session 3.3.0-RC1

Closes gh-40231
pull/40384/head
Andy Wilkinson 2 years ago
parent
commit
bac736d9d8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save