Browse Source

Upgrade to Spring Session 3.3.0-M2

Closes gh-39727
pull/39734/head
Andy Wilkinson 2 years ago
parent
commit
5e24239cff
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1545,7 +1545,7 @@ bom { @@ -1545,7 +1545,7 @@ bom {
]
}
}
library("Spring Session", "3.3.0-M1") {
library("Spring Session", "3.3.0-M2") {
considerSnapshots()
prohibit {
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])

Loading…
Cancel
Save