Browse Source

Upgrade to Spring Session 2021.0.3

Closes gh-28248
pull/28778/head
Stephane Nicoll 4 years ago
parent
commit
6cdafc4b72
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1734,7 +1734,7 @@ bom { @@ -1734,7 +1734,7 @@ bom {
}
}
}
library("Spring Session Bom", "2021.0.3-SNAPSHOT") {
library("Spring Session Bom", "2021.0.3") {
group("org.springframework.session") {
imports = [
"spring-session-bom"

Loading…
Cancel
Save