Browse Source

Start building against Spring Security 6.4.4 snapshots

See gh-44572
pull/44789/head
Stéphane Nicoll 10 months ago
parent
commit
4e4f2ea9a3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save