Browse Source

Upgrade to Spring Session 3.0.0-RC1

Closes gh-32606
pull/32817/head
Stephane Nicoll 3 years ago
parent
commit
d39144232f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save