Browse Source

Upgrade to Spring Authorization Server 1.4.6

Closes gh-47449
pull/47902/head
Stéphane Nicoll 2 months ago
parent
commit
d0af0fa954
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2099,7 +2099,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.4.6-SNAPSHOT") { library("Spring Authorization Server", "1.4.6") {
considerSnapshots() considerSnapshots()
group("org.springframework.security") { group("org.springframework.security") {
modules = [ modules = [

Loading…
Cancel
Save