Browse Source

Start building against Spring Session 3.4.0 snapshots

See gh-41312
pull/41323/head
Andy Wilkinson 2 years ago
parent
commit
42c29d3b15
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save