Browse Source

Upgrade to Spring Authorization Server 1.4.2

Closes gh-44158
pull/44379/head
Stéphane Nicoll 11 months ago
parent
commit
2d3aa07704
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save