Browse Source

Upgrade to Spring Session 2022.0.0-M1

Closes gh-28871
pull/29178/head
Andy Wilkinson 4 years ago
parent
commit
92fa8ae9b7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1406,7 +1406,7 @@ bom { @@ -1406,7 +1406,7 @@ bom {
]
}
}
library("Spring Session Bom", "2022.1.0-SNAPSHOT") {
library("Spring Session Bom", "2022.0.0-M1") {
group("org.springframework.session") {
imports = [
"spring-session-bom"

Loading…
Cancel
Save