Browse Source

Upgrade to Netty 4.1.79.Final

Closes gh-31746
pull/32861/head
Stephane Nicoll 4 years ago
parent
commit
59a394c5a5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save