Browse Source

Upgrade to Spring Session 3.4.6

Closes gh-47455
pull/47902/head
Stéphane Nicoll 2 months ago
parent
commit
a1af560156
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save