Browse Source

Upgrade to Spring Authorization Server 1.5.5

Closes gh-48426
3.5.x
Stéphane Nicoll 2 days ago
parent
commit
c380296e69
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2222,7 +2222,7 @@ bom { @@ -2222,7 +2222,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}")
}
}
library("Spring Authorization Server", "1.5.4-SNAPSHOT") {
library("Spring Authorization Server", "1.5.5") {
considerSnapshots()
group("org.springframework.security") {
modules = [

Loading…
Cancel
Save