Browse Source

Start building against Spring Authorization Server 1.2.0 snapshots

See gh-37707
pull/37640/head
Andy Wilkinson 2 years ago
parent
commit
429bdb266a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save