Browse Source

Upgrade to Netty 4.1.72.Final

Closes gh-29232
pull/29200/head
Stephane Nicoll 4 years ago
parent
commit
2c82b18f3f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save