Browse Source

Upgrade to Spring Authorization Server 1.3.5

Closes gh-44105
pull/44355/head
Stéphane Nicoll 10 months ago
parent
commit
d89d1aa332
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save