Browse Source

Upgrade to Netty 4.1.79.Final

Closes gh-31765
pull/31723/head
Stephane Nicoll 4 years ago
parent
commit
7e3d5331b2
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1094,7 +1094,7 @@ bom { @@ -1094,7 +1094,7 @@ bom {
]
}
}
library("Netty", "4.1.78.Final") {
library("Netty", "4.1.79.Final") {
group("io.netty") {
imports = [
"netty-bom"

Loading…
Cancel
Save