Browse Source

Upgrade to Netty 4.1.74.Final

Closes gh-29855
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
5e85917ae7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1308,7 +1308,7 @@ bom { @@ -1308,7 +1308,7 @@ bom {
]
}
}
library("Netty", "4.1.73.Final") {
library("Netty", "4.1.74.Final") {
group("io.netty") {
imports = [
"netty-bom"

Loading…
Cancel
Save