Browse Source

Upgrade to Spring Session 4.0.0

Closes gh-48000
pull/48170/head
Stéphane Nicoll 1 month ago
parent
commit
7bfc93f3c4
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save