Browse Source

Upgrade to Spring Authorization Server 1.3.7

Closes gh-45753
3.3.x
Stéphane Nicoll 6 months ago
parent
commit
cf5a3b9bab
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save