Browse Source

Upgrade to Spring Authorization Server 1.3.0-M1

Closes gh-38987
pull/39162/head
Andy Wilkinson 2 years ago
parent
commit
b54567f5f3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save