Skip to content

Commit 575ab69

Browse files
committed
Upgrade to Spring Authorization Server 1.4.8
Closes gh-48415
1 parent e0f1e66 commit 575ab69

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,10 +1606,6 @@ bom {
16061606
}
16071607
}
16081608
library("Netty", "4.1.130.Final") {
1609-
prohibit {
1610-
versionRange "[4.1.129.Final]"
1611-
because "it contains a regression https://github.com/netty/netty/issues/16020"
1612-
}
16131609
group("io.netty") {
16141610
bom("netty-bom")
16151611
}
@@ -2103,7 +2099,7 @@ bom {
21032099
releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}")
21042100
}
21052101
}
2106-
library("Spring Authorization Server", "1.4.7-SNAPSHOT") {
2102+
library("Spring Authorization Server", "1.4.8") {
21072103
considerSnapshots()
21082104
group("org.springframework.security") {
21092105
modules = [

0 commit comments

Comments
 (0)