Browse Source

Start building against Spring Authorization Server 1.1.7 snapshots

See gh-40199
3.1.x
Andy Wilkinson 2 years ago
parent
commit
4aa3003f22
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save