Browse Source

Upgrade to Netty 4.1.59.Final

Closes gh-25200
pull/25265/head
Andy Wilkinson 5 years ago
parent
commit
8e86957efc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1243,7 +1243,7 @@ bom { @@ -1243,7 +1243,7 @@ bom {
]
}
}
library("Netty", "4.1.58.Final") {
library("Netty", "4.1.59.Final") {
group("io.netty") {
imports = [
"netty-bom"

Loading…
Cancel
Save