Skip to content

Commit f3c5be9

Browse files
committed
Upgrade to Spring Authorization Server 1.4.0
Closes gh-43017
1 parent c6d310b commit f3c5be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@ bom {
20912091
releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}")
20922092
}
20932093
}
2094-
library("Spring Authorization Server", "1.4.0-SNAPSHOT") {
2094+
library("Spring Authorization Server", "1.4.0") {
20952095
considerSnapshots()
20962096
group("org.springframework.security") {
20972097
modules = [

0 commit comments

Comments
 (0)