Browse Source

Upgrade to Spring Session 2021.0.2

Closes gh-27605
pull/28375/head
Stephane Nicoll 4 years ago
parent
commit
0d44503980
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save