Browse Source

Upgrade to Spring Session 3.0.0-RC2

Closes gh-33034
pull/33098/head
Andy Wilkinson 3 years ago
parent
commit
21f0fdffa1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1440,7 +1440,7 @@ bom { @@ -1440,7 +1440,7 @@ bom {
]
}
}
library("Spring Session", "3.0.0-SNAPSHOT") {
library("Spring Session", "3.0.0-RC2") {
group("org.springframework.session") {
imports = [
"spring-session-bom"

Loading…
Cancel
Save