Browse Source

Start building against Spring Security 6.5.9 snapshots

See gh-49527
pull/49591/head
Stéphane Nicoll 1 week ago
parent
commit
57747989e3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save