Browse Source

Upgrade to Netty 4.1.67.Final

Closes gh-27745
pull/28375/head
Stephane Nicoll 5 years ago
parent
commit
e0dc55e865
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save