Browse Source

Upgrade to Spring Session 3.3.0-M1

Closes gh-38991
pull/39162/head
Andy Wilkinson 2 years ago
parent
commit
18c083d619
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save