Browse Source

Upgrade to Spring Security 6.3.0-RC1

Closes gh-40230
pull/40384/head
Andy Wilkinson 2 years ago
parent
commit
7030a24436
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1998,7 +1998,7 @@ bom { @@ -1998,7 +1998,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
}
}
library("Spring Security", "6.3.0-SNAPSHOT") {
library("Spring Security", "6.3.0-RC1") {
considerSnapshots()
group("org.springframework.security") {
imports = [

Loading…
Cancel
Save