Browse Source

Start building against Spring Security 6.5.0 snapshots

See gh-45444
pull/45503/head
Stéphane Nicoll 9 months ago
parent
commit
ca9c67f749
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save