Skip to content

Commit e923c1d

Browse files
committed
Upgrade to Netty 4.1.130.Final
Closes gh-48541
1 parent d5e1cdb commit e923c1d

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
@@ -1712,11 +1712,7 @@ bom {
17121712
releaseNotes("https://github.com/neo4j/neo4j-java-driver/releases/tag/{version}")
17131713
}
17141714
}
1715-
library("Netty", "4.1.128.Final") {
1716-
prohibit {
1717-
versionRange "[4.1.129.Final]"
1718-
because "it contains a regression https://github.com/netty/netty/issues/16020"
1719-
}
1715+
library("Netty", "4.1.130.Final") {
17201716
prohibit {
17211717
contains ".Alpha"
17221718
contains ".Beta"

0 commit comments

Comments
 (0)