Browse Source

Start building against Spring Security 6.2.8 snapshots

See gh-43009
pull/43191/head
Stéphane Nicoll 1 year ago
parent
commit
2f89a1e228
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1669,7 +1669,7 @@ bom {
] ]
} }
} }
library("Spring Security", "6.2.7") { library("Spring Security", "6.2.8-SNAPSHOT") {
considerSnapshots() considerSnapshots()
group("org.springframework.security") { group("org.springframework.security") {
imports = [ imports = [

Loading…
Cancel
Save