Browse Source

Upgrade to Netty tcNative 2.0.48.Final

Closes gh-29856
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
2363ae3ef2
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save