Browse Source

Start building against Spring Authorization Server 1.4.6 snapshots

See gh-47449
pull/47553/head
Stéphane Nicoll 6 months ago
parent
commit
c21066b1ba
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save