Browse Source

Upgrade to Netty 4.1.105.Final

Closes gh-39189
pull/39389/head
Andy Wilkinson 2 years ago
parent
commit
c151a8d0dd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save