Browse Source

Upgrade to Netty 4.1.72.Final

Closes gh-29004
pull/29015/head
Stephane Nicoll 4 years ago
parent
commit
1bda928ad3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1285,7 +1285,7 @@ bom { @@ -1285,7 +1285,7 @@ bom {
]
}
}
library("Netty", "4.1.70.Final") {
library("Netty", "4.1.72.Final") {
group("io.netty") {
imports = [
"netty-bom"

Loading…
Cancel
Save