Browse Source

Upgrade to Spring Session Bom 2021.2.0

Closes gh-31021
pull/31139/head
Stephane Nicoll 4 years ago
parent
commit
4a310ff7b9
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1789,7 +1789,7 @@ bom { @@ -1789,7 +1789,7 @@ bom {
]
}
}
library("Spring Session Bom", "2021.2.0-SNAPSHOT") {
library("Spring Session Bom", "2021.2.0") {
prohibit("[2022.0.0-M1,)") {
because "it uses Spring Framework 6"
}

Loading…
Cancel
Save