Browse Source

Start building against Spring Authorization Server 1.2.0 snapshots

See gh-37229
pull/37242/head
Andy Wilkinson 2 years ago
parent
commit
d88b999fa2
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save