Browse Source

Start building against Spring Session 2020.0.6 snapshots

See gh-27599
pull/28061/head
Stephane Nicoll 5 years ago
parent
commit
a4bf490582
  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.5") {
library("Spring Session Bom", "2020.0.6-SNAPSHOT") {
group("org.springframework.session") {
imports = [
"spring-session-bom"

Loading…
Cancel
Save