Browse Source

Upgrade to Netty tcNative 2.0.38.Final

Closes gh-25968
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
877bc6d7e6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save