Browse Source

Upgrade to Spring Session 3.1.3

Closes gh-37702
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
ffeed75804
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1491,7 +1491,7 @@ bom {
] ]
} }
} }
library("Spring Session", "3.1.3-SNAPSHOT") { library("Spring Session", "3.1.3") {
considerSnapshots() considerSnapshots()
prohibit { prohibit {
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])

Loading…
Cancel
Save