Browse Source

Upgrade to Netty 4.1.96.Final

Closes gh-36896
pull/36455/head
Andy Wilkinson 3 years ago
parent
commit
c72013c932
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1052,7 +1052,7 @@ bom { @@ -1052,7 +1052,7 @@ bom {
]
}
}
library("Netty", "4.1.94.Final") {
library("Netty", "4.1.96.Final") {
group("io.netty") {
imports = [
"netty-bom"

Loading…
Cancel
Save