Browse Source

Upgrade to Spring Security 6.1.0-RC1

Closes gh-34969
pull/35041/head
Stephane Nicoll 3 years ago
parent
commit
8de1ebe52b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1417,7 +1417,7 @@ bom {
] ]
} }
} }
library("Spring Security", "6.1.0-SNAPSHOT") { library("Spring Security", "6.1.0-RC1") {
group("org.springframework.security") { group("org.springframework.security") {
imports = [ imports = [
"spring-security-bom" "spring-security-bom"

Loading…
Cancel
Save