Browse Source

Merge branch '2.2.x' into 2.3.x

Closes gh-23508
pull/23585/head
Stephane Nicoll 5 years ago
parent
commit
2c1634e6ed
  1. 1
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1250,6 +1250,7 @@ bom { @@ -1250,6 +1250,7 @@ bom {
library("Netty tcNative", "2.0.34.Final") {
group("io.netty") {
modules = [
"netty-tcnative",
"netty-tcnative-boringssl-static"
]
}

Loading…
Cancel
Save