Browse Source

Upgrade to Spring Security 6.5.0-M3

Closes gh-44598
pull/44799/head
Andy Wilkinson 9 months ago
parent
commit
fbd5dab421
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save