Browse Source

Upgrade to Spring Session 2021.0.0-RC1

Closes gh-25932
pull/26131/head
Stephane Nicoll 5 years ago
parent
commit
0146ced614
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save