Browse Source

Start building against Spring Session 3.2.0 snapshots

See gh-36196
pull/36213/head
Andy Wilkinson 3 years ago
parent
commit
afdc133d6a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1468,7 +1468,7 @@ bom { @@ -1468,7 +1468,7 @@ bom {
]
}
}
library("Spring Session", "3.1.1") {
library("Spring Session", "3.2.0-SNAPSHOT") {
prohibit {
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])
because "Spring Session switched to numeric version numbers"

Loading…
Cancel
Save