Browse Source

Upgrade to Spring Authorization Server 1.4.3

Closes gh-45089
pull/45582/head
Stéphane Nicoll 8 months ago
parent
commit
94439587fe
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save