Browse Source

Upgrade to Netty 4.1.72.Final

Closes gh-29005
pull/29089/head
Stephane Nicoll 4 years ago
parent
commit
6adbb50f02
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save