You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/01/23 09:59:36 UTC

[jackrabbit-oak] branch trunk updated: Revert "OAK-10076 - Bump netty dependency from 4.1.68.Final to 4.1.86.Final (#827)"

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ffc63efc76 Revert "OAK-10076 - Bump netty dependency from 4.1.68.Final to 4.1.86.Final (#827)"
ffc63efc76 is described below

commit ffc63efc76a014862800a06d9eeb8bdf2e045ebf
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Mon Jan 23 10:59:24 2023 +0100

    Revert "OAK-10076 - Bump netty dependency from 4.1.68.Final to 4.1.86.Final (#827)"
    
    This reverts commit 3b2671c25feadeaa8fc1d43cee10a270f29ee147.
---
 oak-segment-tar/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/oak-segment-tar/pom.xml b/oak-segment-tar/pom.xml
index 54e4d4cde8..212a6b9caa 100644
--- a/oak-segment-tar/pom.xml
+++ b/oak-segment-tar/pom.xml
@@ -33,7 +33,7 @@
     <name>Oak Segment Tar</name>
 
     <properties>
-        <netty.version>4.1.86.Final</netty.version>
+        <netty.version>4.1.68.Final</netty.version>
         <concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
     </properties>
 
@@ -66,7 +66,6 @@
                             com.ning.compress.lzf.util;version="[1.0,2)";resolution:=optional,
                             com.oracle.svm.core.annotate;resolution:=optional,
                             io.netty.internal.tcnative;version="[2.0,3)";resolution:=optional,
-                            io.netty.channel.unix;version="[4.1,5)";resolution:=optional,
                             javax.security.cert;resolution:=optional,
                             lzma.sdk;resolution:=optional,
                             lzma.sdk.lzma;resolution:=optional,