Browse Source

Upgrade to Spring Authorization Server 2.0.0-M1

Closes gh-46320
pull/46520/head
Stéphane Nicoll 6 months ago
parent
commit
bcb801b7f8
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save