Browse Source

Upgrade to Netty 4.1.89.Final

Closes gh-34294
pull/34312/head
Andy Wilkinson 3 years ago
parent
commit
867d2fb0eb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1011,7 +1011,7 @@ bom { @@ -1011,7 +1011,7 @@ bom {
]
}
}
library("Netty", "4.1.87.Final") {
library("Netty", "4.1.89.Final") {
group("io.netty") {
imports = [
"netty-bom"

Loading…
Cancel
Save