Browse Source

Upgrade to Netty 4.1.70.Final

Closes gh-28579
pull/28605/head
Stephane Nicoll 4 years ago
parent
commit
ac1f85011b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save