Browse Source

Upgrade to Netty tcNative 2.0.46.Final

Closes gh-28720
pull/28740/head
Stephane Nicoll 4 years ago
parent
commit
a6163f6acf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save