Browse Source

Upgrade to Spring Authorization Server 1.1.3

Closes gh-37697
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
cbb8d28e55
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1388,7 +1388,7 @@ bom { @@ -1388,7 +1388,7 @@ bom {
]
}
}
library("Spring Authorization Server", "1.1.3-SNAPSHOT") {
library("Spring Authorization Server", "1.1.3") {
considerSnapshots()
group("org.springframework.security") {
modules = [

Loading…
Cancel
Save