Browse Source

Upgrade to Spring Authorization Server 1.2.0-RC1

Closes gh-37707
pull/37915/head
Andy Wilkinson 2 years ago
parent
commit
f0cdc57a2c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save