Browse Source

Upgrade to Netty 4.1.54.Final

Closes gh-24124
pull/24264/head
Stephane Nicoll 5 years ago
parent
commit
79835dc20f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1240,7 +1240,7 @@ bom {
] ]
} }
} }
library("Netty", "4.1.53.Final") { library("Netty", "4.1.54.Final") {
group("io.netty") { group("io.netty") {
imports = [ imports = [
"netty-bom" "netty-bom"

Loading…
Cancel
Save