Browse Source

Start building against Spring Authorization Server 1.3.5 snapshots

See gh-44105
pull/44134/head
Stéphane Nicoll 12 months ago
parent
commit
dd4049fcd5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save