Browse Source

Start building against Spring Session 2021.0.4 snapshots

See gh-28965
pull/29015/head
Stephane Nicoll 4 years ago
parent
commit
e53bac272c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save