Browse Source

Upgrade to Spring Session 3.1.0-RC1

Closes gh-34970
pull/35090/head
Stephane Nicoll 3 years ago
parent
commit
d43db3dfcf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save