We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f1e66 commit 575ab69Copy full SHA for 575ab69
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1606,10 +1606,6 @@ bom {
1606
}
1607
1608
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
- }
1613
group("io.netty") {
1614
bom("netty-bom")
1615
@@ -2103,7 +2099,7 @@ bom {
2103
2099
releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}")
2104
2100
2105
2101
2106
- library("Spring Authorization Server", "1.4.7-SNAPSHOT") {
2102
+ library("Spring Authorization Server", "1.4.8") {
2107
considerSnapshots()
2108
group("org.springframework.security") {
2109
modules = [
0 commit comments