Browse Source

Upgrade to Netty 4.1.105.Final

Closes gh-39178
pull/39395/head
Andy Wilkinson 2 years ago
parent
commit
4e827873bc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1061,7 +1061,7 @@ bom { @@ -1061,7 +1061,7 @@ bom {
]
}
}
library("Netty", "4.1.104.Final") {
library("Netty", "4.1.105.Final") {
group("io.netty") {
imports = [
"netty-bom"

Loading…
Cancel
Save