Browse Source

Upgrade to Spring Authorization Server 1.2.7

Closes gh-42534
pull/42868/head
Stéphane Nicoll 1 year ago
parent
commit
f8c9fe428b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save