Browse Source

Upgrade to Netty 4.1.75.Final

Closes gh-30306
pull/30406/head
Stephane Nicoll 4 years ago
parent
commit
f129a733a4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1330,7 +1330,7 @@ bom { @@ -1330,7 +1330,7 @@ bom {
]
}
}
library("Netty", "4.1.74.Final") {
library("Netty", "4.1.75.Final") {
group("io.netty") {
imports = [
"netty-bom"

Loading…
Cancel
Save