Browse Source

Upgrade to Spring Session 3.4.0-RC1

Closes gh-42692
pull/42837/head
Stéphane Nicoll 1 year ago
parent
commit
2cda118f75
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save