Browse Source

Upgrade to Spring Authorization Server 1.1.2

Closes gh-36941
pull/37094/head
Stephane Nicoll 2 years ago
parent
commit
00a698be51
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1384,7 +1384,7 @@ bom { @@ -1384,7 +1384,7 @@ bom {
]
}
}
library("Spring Authorization Server", "1.1.2-SNAPSHOT") {
library("Spring Authorization Server", "1.1.2") {
group("org.springframework.security") {
modules = [
"spring-security-oauth2-authorization-server"

Loading…
Cancel
Save