From 0097c2b72521c422d42bf8c45273db05a7ff068c Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Tue, 10 Jan 2023 12:35:52 +0100 Subject: [PATCH] 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 --- bom/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index ee59a02391c..08865c54c70 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -65,7 +65,7 @@ - 2.0.55.Final + 2.0.56.Final diff --git a/pom.xml b/pom.xml index eb74da1ed02..4c702d26214 100644 --- a/pom.xml +++ b/pom.xml @@ -598,7 +598,7 @@ fedora,suse,arch netty-tcnative - 2.0.55.Final + 2.0.56.Final ${os.detected.classifier} org.conscrypt conscrypt-openjdk-uber