Browse Source

Start building against Spring Authorization Server 1.1.5 snapshots

See gh-39458
pull/39591/head
Andy Wilkinson 2 years ago
parent
commit
559aad3175
  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.4") {
library("Spring Authorization Server", "1.1.5-SNAPSHOT") {
considerSnapshots()
group("org.springframework.security") {
modules = [

Loading…
Cancel
Save