Browse Source

Upgrade to Spring Authorization Server 1.3.1

Closes gh-41032
pull/41162/head
Andy Wilkinson 2 years ago
parent
commit
cd922daab9
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1871,7 +1871,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-SNAPSHOT") { library("Spring Authorization Server", "1.3.1") {
considerSnapshots() considerSnapshots()
group("org.springframework.security") { group("org.springframework.security") {
modules = [ modules = [

Loading…
Cancel
Save