Browse Source

Start building against Spring Authorization Server 1.4.4 snapshots

See gh-45766
pull/45853/head
Andy Wilkinson 7 months ago
parent
commit
2ebe96a0ee
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save