Browse Source

Start building against Spring Security 5.7.3

See gh-32040
pull/32861/head
Stephane Nicoll 4 years ago
parent
commit
caa2598b2b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1768,7 +1768,7 @@ bom { @@ -1768,7 +1768,7 @@ bom {
]
}
}
library("Spring Security", "5.7.2") {
library("Spring Security", "5.7.3-SNAPSHOT") {
prohibit("[6.0.0-M1,)") {
because "it uses Spring Framework 6"
}

Loading…
Cancel
Save