Browse Source

Start building against Spring Session Bom 2021.2.0 snapshots

See gh-31021
pull/31139/head
Andy Wilkinson 4 years ago
parent
commit
bb40582b30
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1795,7 +1795,7 @@ bom { @@ -1795,7 +1795,7 @@ bom {
]
}
}
library("Spring Session Bom", "2021.2.0-RC1") {
library("Spring Session Bom", "2021.2.0-SNAPSHOT") {
prohibit("[2022.0.0-M1,)") {
because "it uses Spring Framework 6"
}

Loading…
Cancel
Save