Browse Source

Start building against Spring Session 3.3.4 snapshots

See gh-43397
pull/43494/head
Phillip Webb 1 year ago
parent
commit
1edc997440
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save