Browse Source

Start building against Spring Authorization Server 1.5.1 snapshots

See gh-45779
pull/45793/head
Andy Wilkinson 8 months ago
parent
commit
8efb46ffb6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save