Browse Source

Upgrade to Netty 4.1.96.Final

Closes gh-36919
pull/37018/head
Stephane Nicoll 3 years ago
parent
commit
86a882bd90
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save