Browse Source

Upgrade to Netty 4.1.72.Final

Closes gh-29005
pull/29089/head
Stephane Nicoll 4 years ago
parent
commit
6adbb50f02
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1297,7 +1297,7 @@ bom {
] ]
} }
} }
library("Netty", "4.1.70.Final") { library("Netty", "4.1.72.Final") {
group("io.netty") { group("io.netty") {
imports = [ imports = [
"netty-bom" "netty-bom"

Loading…
Cancel
Save