Browse Source

Upgrade to Netty tcNative 2.0.40.Final

Closes gh-27279
pull/27297/head
Stephane Nicoll 5 years ago
parent
commit
6d4dfd63b7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save