Upgrade to netty-tcnative 2.0.43.Final (#11679)
Motivation: netty-tcnative 2.0.42.Final did not include all native libs due a problem during the release. This was fixed with the new release. Modifications: Upgrade to 2.0.43.Final Result: Depend on a netty-tcnative version that includes all native libs.
This commit is contained in:
parent
43f3956030
commit
1eb128e2a9
2
pom.xml
2
pom.xml
@ -468,7 +468,7 @@
|
||||
<!-- keep in sync with PlatformDependent#ALLOWED_LINUX_OS_CLASSIFIERS -->
|
||||
<os.detection.classifierWithLikes>fedora,suse,arch</os.detection.classifierWithLikes>
|
||||
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
|
||||
<tcnative.version>2.0.42.Final</tcnative.version>
|
||||
<tcnative.version>2.0.43.Final</tcnative.version>
|
||||
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
|
||||
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
|
||||
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user