Browse Source

Upgrade to Netty 4.1.69.Final

Closes gh-28360
pull/28778/head
Stephane Nicoll 5 years ago
parent
commit
a445304584
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save