Browse Source

Upgrade to Netty 4.1.80.Final

Closes gh-32227
pull/32235/head
Stephane Nicoll 3 years ago
parent
commit
33bec854ce
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save