Browse Source

Start building against Spring Authorization Server 1.3.0-RC1 snapshots

See gh-40223
pull/40235/head
Andy Wilkinson 2 years ago
parent
commit
97eb8115b2
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1806,7 +1806,7 @@ bom { @@ -1806,7 +1806,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}")
}
}
library("Spring Authorization Server", "1.3.0-M3") {
library("Spring Authorization Server", "1.3.0-SNAPSHOT") {
considerSnapshots()
group("org.springframework.security") {
modules = [

Loading…
Cancel
Save