Browse Source

Upgrade to Netty 4.1.63.Final

Closes gh-26067
pull/26078/head
Stephane Nicoll 5 years ago
parent
commit
023c20594d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1266,7 +1266,7 @@ bom { @@ -1266,7 +1266,7 @@ bom {
]
}
}
library("Netty", "4.1.60.Final") {
library("Netty", "4.1.63.Final") {
group("io.netty") {
imports = [
"netty-bom"

Loading…
Cancel
Save