Browse Source

Upgrade to Spring Authorization Server 1.3.0-M2

Closes gh-39491
pull/39734/head
Andy Wilkinson 2 years ago
parent
commit
d2893220fe
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1434,7 +1434,7 @@ bom { @@ -1434,7 +1434,7 @@ bom {
]
}
}
library("Spring Authorization Server", "1.3.0-SNAPSHOT") {
library("Spring Authorization Server", "1.3.0-M2") {
considerSnapshots()
group("org.springframework.security") {
modules = [

Loading…
Cancel
Save