Browse Source

Start building against Spring Authorization Server 1.3.2 snapshots

See gh-41736
pull/41885/head
Stéphane Nicoll 1 year ago
parent
commit
05a8a08d75
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save