Browse Source

Upgrade to Netty tcNative 2.0.42.Final

Closes gh-27960
pull/28061/head
Stephane Nicoll 4 years ago
parent
commit
97f3c82743
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save