Browse Source

Upgrade to Netty 4.1.68.Final

Closes gh-27959
pull/28061/head
Stephane Nicoll 4 years ago
parent
commit
c8ea3af6f7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1181,7 +1181,7 @@ bom {
] ]
} }
} }
library("Netty", "4.1.67.Final") { library("Netty", "4.1.68.Final") {
group("io.netty") { group("io.netty") {
imports = [ imports = [
"netty-bom" "netty-bom"

Loading…
Cancel
Save