Browse Source

Upgrade to Netty tcNative 2.0.43.Final

Closes gh-28030
pull/28061/head
Stephane Nicoll 4 years ago
parent
commit
7f15a37909
  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.42.Final") {
library("Netty tcNative", "2.0.43.Final") {
group("io.netty") {
modules = [
"netty-tcnative",

Loading…
Cancel
Save