Browse Source

Upgrade to Spring Session 3.0.2

Closes gh-35744
pull/37018/head
Stephane Nicoll 3 years ago
parent
commit
4c06dc49b3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save