Browse Source

Start building against Spring Authorization Server 1.4.0 snapshots

See gh-42141
pull/42120/head
Andy Wilkinson 1 year ago
parent
commit
b691f7c4bc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save