Skip to content

Commit b1cb3b1

Browse files
committed
Upgrade to Spring Authorization Server 1.4.1
Closes gh-43412
1 parent f687570 commit b1cb3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2098,7 +2098,7 @@ bom {
20982098
releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}")
20992099
}
21002100
}
2101-
library("Spring Authorization Server", "1.4.1-SNAPSHOT") {
2101+
library("Spring Authorization Server", "1.4.1") {
21022102
considerSnapshots()
21032103
group("org.springframework.security") {
21042104
modules = [

0 commit comments

Comments
 (0)