Browse Source

Start building against Spring Authorization Server 1.5.0-M2 snapshots

See gh-44590
pull/44636/head
Stéphane Nicoll 10 months ago
parent
commit
082814862a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save