Browse Source

Start building against Spring Session 3.3.0 snapshots

See gh-39900
pull/39910/head
Andy Wilkinson 2 years ago
parent
commit
1e402f9f41
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1984,7 +1984,7 @@ bom { @@ -1984,7 +1984,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}")
}
}
library("Spring Session", "3.3.0-M2") {
library("Spring Session", "3.3.0-SNAPSHOT") {
considerSnapshots()
prohibit {
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])

Loading…
Cancel
Save