Browse Source

Start building against Spring Security 6.1.7 snapshots

See gh-39466
pull/39591/head
Andy Wilkinson 2 years ago
parent
commit
e584ed3c68
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save