Browse Source

Start building against Spring Session 3.2.0 snapshots

See gh-38319
pull/38322/head
Andy Wilkinson 2 years ago
parent
commit
2eaf6726f3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1605,7 +1605,7 @@ bom { @@ -1605,7 +1605,7 @@ bom {
]
}
}
library("Spring Session", "3.2.0-RC1") {
library("Spring Session", "3.2.0-SNAPSHOT") {
considerSnapshots()
prohibit {
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])

Loading…
Cancel
Save