Browse Source

Upgrade to Netty 4.1.91.Final

Closes gh-34885
pull/34945/head
Stephane Nicoll 3 years ago
parent
commit
186d6fce38
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1015,7 +1015,7 @@ bom { @@ -1015,7 +1015,7 @@ bom {
]
}
}
library("Netty", "4.1.90.Final") {
library("Netty", "4.1.91.Final") {
group("io.netty") {
imports = [
"netty-bom"

Loading…
Cancel
Save