Browse Source

Upgrade to Spring Session 3.2.0-M1

Closes gh-36196
pull/36422/head
Stephane Nicoll 3 years ago
parent
commit
2506172d91
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save