Skip to content

Commit 0097c2b

Browse files
authored
Upgrade to latest netty-tcnative release which doesnt link libcrypt (#13112)
Motivation: The latest netty-tcnative release doesnt link libcrypt which makes it compatible with newer linux distros without the need to install extra packages. Modifications: Upgrade to latest netty-tcnative release Result: Less manual steps needed to use netty-tcnative on newer linux distros
1 parent b9a2e96 commit 0097c2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<properties>
6767
<!-- Keep in sync with ../pom.xml -->
68-
<tcnative.version>2.0.55.Final</tcnative.version>
68+
<tcnative.version>2.0.56.Final</tcnative.version>
6969
</properties>
7070

7171
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
<os.detection.classifierWithLikes>fedora,suse,arch</os.detection.classifierWithLikes>
599599
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
600600
<!-- Keep in sync with bom/pom.xml -->
601-
<tcnative.version>2.0.55.Final</tcnative.version>
601+
<tcnative.version>2.0.56.Final</tcnative.version>
602602
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
603603
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
604604
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>

0 commit comments

Comments
 (0)