Browse Source

Start building against Spring Security 5.7.10 snapshots

See gh-36295
pull/36620/head
Andy Wilkinson 3 years ago
parent
commit
9a03a353ec
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1836,7 +1836,7 @@ bom {
] ]
} }
} }
library("Spring Security", "5.7.9") { library("Spring Security", "5.7.10-SNAPSHOT") {
prohibit { prohibit {
versionRange "[6.0.0-M1,)" versionRange "[6.0.0-M1,)"
because "it uses Spring Framework 6" because "it uses Spring Framework 6"

Loading…
Cancel
Save