Browse Source

Upgrade to Spring Authorization Server 2.0.0-M2

Closes gh-46617
pull/46927/head
Stéphane Nicoll 7 months ago
parent
commit
c8d99a5589
  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-SNAPSHOT") {
library("Spring Authorization Server", "2.0.0-M2") {
considerSnapshots()
group("org.springframework.security") {
modules = [

Loading…
Cancel
Save