Browse Source

Upgrade to Spring Security 6.3.8

Closes gh-44563
pull/44786/head
Andy Wilkinson 9 months ago
parent
commit
bffbf84354
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2316,7 +2316,7 @@ bom { @@ -2316,7 +2316,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
}
}
library("Spring Security", "6.3.8-SNAPSHOT") {
library("Spring Security", "6.3.8") {
considerSnapshots()
group("org.springframework.security") {
imports = [

Loading…
Cancel
Save