Browse Source

Upgrade to Spring Session 2020.0.6

Closes gh-27599
pull/28061/head
Stephane Nicoll 5 years ago
parent
commit
2baee89971
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save