Browse Source

Start building against Spring Authorization Server 1.1.4 snapshots

See gh-38678
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
fb9b6833fc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save