Browse Source

Start building against Spring Security 6.3.0-RC1 snapshots

See gh-40230
pull/40235/head
Andy Wilkinson 2 years ago
parent
commit
a0f8d211bf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save