Browse Source

Upgrade to Netty 4.1.77.Final

Closes gh-30911
pull/32644/head
Andy Wilkinson 4 years ago
parent
commit
25c320be51
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1300,7 +1300,7 @@ bom {
] ]
} }
} }
library("Netty", "4.1.76.Final") { library("Netty", "4.1.77.Final") {
group("io.netty") { group("io.netty") {
imports = [ imports = [
"netty-bom" "netty-bom"

Loading…
Cancel
Save