Browse Source

Start building against Spring Authorization Server 1.4.0 snapshots

See gh-43017
pull/43042/head
Stéphane Nicoll 1 year ago
parent
commit
e6e826debf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save