Browse Source

Start building against Spring Session 3.5.0-RC1 snapshots

See gh-45148
pull/45155/head
Phillip Webb 9 months ago
parent
commit
a72bd88127
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save