Browse Source

Upgrade to Spring Session 3.3.0-M3

Closes gh-39900
pull/40050/head
Andy Wilkinson 2 years ago
parent
commit
6e5af90d32
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2002,7 +2002,7 @@ bom { @@ -2002,7 +2002,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-M3") {
considerSnapshots()
prohibit {
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])

Loading…
Cancel
Save