Browse Source

Start building against Spring Authorization Server 1.5.3 snapshots

See gh-47460
pull/47551/head
Stéphane Nicoll 3 months ago
parent
commit
e39b52450c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save