Browse Source

Start building against Spring Security 6.5.1 snapshots

See gh-45786
pull/45793/head
Andy Wilkinson 8 months ago
parent
commit
3b0b009e6c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save