Browse Source

Upgrade to Netty tcNative 2.0.50.Final

Closes gh-29974
pull/30004/head
Stephane Nicoll 4 years ago
parent
commit
f864505ea7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1305,7 +1305,7 @@ bom { @@ -1305,7 +1305,7 @@ bom {
]
}
}
library("Netty tcNative", "2.0.49.Final") {
library("Netty tcNative", "2.0.50.Final") {
group("io.netty") {
modules = [
"netty-tcnative",

Loading…
Cancel
Save