Browse Source

Upgrade to Spring Authorization Server 1.1.5

Closes gh-39458
3.1.x
Andy Wilkinson 2 years ago
parent
commit
06f6bba0e3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save