Browse Source

Start building against Spring Authorization Server 2.0.0-M3 snapshots

See gh-47000
pull/47012/head
Andy Wilkinson 5 months ago
parent
commit
3ffdf6ee1a
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save