Skip to content

Commit

Permalink
Upgrade to latest netty-tcnative release which doesnt link libcrypt (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
normanmaurer committed Jan 10, 2023
1 parent b9a2e96 commit 0097c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<properties>
<!-- Keep in sync with ../pom.xml -->
<tcnative.version>2.0.55.Final</tcnative.version>
<tcnative.version>2.0.56.Final</tcnative.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
<os.detection.classifierWithLikes>fedora,suse,arch</os.detection.classifierWithLikes>
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
<!-- Keep in sync with bom/pom.xml -->
<tcnative.version>2.0.55.Final</tcnative.version>
<tcnative.version>2.0.56.Final</tcnative.version>
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>
Expand Down

0 comments on commit 0097c2b

Please sign in to comment.