Browse Source

Start building against Spring Session 2021.1.0 snapshots

See gh-28522
pull/28543/head
Stephane Nicoll 4 years ago
parent
commit
1c68a3460d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save