Browse Source

Start building against Spring Authorization Server 2.0.0-M2 snapshots

See gh-46617
pull/46640/head
Phillip Webb 6 months ago
parent
commit
2b8df28876
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2281,7 +2281,7 @@ bom { @@ -2281,7 +2281,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}")
}
}
library("Spring Authorization Server", "2.0.0-M1") {
library("Spring Authorization Server", "2.0.0-SNAPSHOT") {
considerSnapshots()
group("org.springframework.security") {
modules = [

Loading…
Cancel
Save