Browse Source

Upgrade to Spring Session 3.1.1

Closes gh-35755
pull/36038/head
Stephane Nicoll 3 years ago
parent
commit
75ca6030a8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1482,7 +1482,7 @@ bom { @@ -1482,7 +1482,7 @@ bom {
]
}
}
library("Spring Session", "3.1.1-SNAPSHOT") {
library("Spring Session", "3.1.1") {
prohibit {
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])
because "Spring Session switched to numeric version numbers"

Loading…
Cancel
Save