Browse Source

Start building against Spring Session 2020.0.5 snapshots

See gh-26964
pull/27348/head
Stephane Nicoll 5 years ago
parent
commit
2f30449d11
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save