Browse Source

Start building against Spring Session 3.0.1 snapshots

See gh-34545
pull/34503/head
Andy Wilkinson 3 years ago
parent
commit
367ec46d34
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save