Browse Source

Upgrade to Spring Security 6.4.0-M3

Closes gh-41986
pull/42018/merge
Andy Wilkinson 1 year ago
parent
commit
7724cf645d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save