Browse Source

Start building against Spring Security 6.4.5 snapshots

See gh-45097
pull/45165/head
Phillip Webb 10 months ago
parent
commit
75c1758d66
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save