Browse Source

Upgrade to Spring Security 6.2.6

Closes gh-41728
pull/42868/head
Stéphane Nicoll 1 year ago
parent
commit
d23a7033dd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save