Browse Source

Upgrade to Spring Authorization Server 1.2.1

Closes gh-38696
pull/38884/head
Brian Clozel 2 years ago
parent
commit
97f08da638
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save