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 ad...@apache.org on 2023/01/23 09:55:30 UTC

[jackrabbit-oak] branch trunk updated: 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.

adulceanu 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 3b2671c25f OAK-10076 - Bump netty dependency from 4.1.68.Final to 4.1.86.Final (#827)
3b2671c25f is described below

commit 3b2671c25feadeaa8fc1d43cee10a270f29ee147
Author: Andrei Dulceanu <du...@users.noreply.github.com>
AuthorDate: Mon Jan 23 11:55:25 2023 +0200

    OAK-10076 - Bump netty dependency from 4.1.68.Final to 4.1.86.Final (#827)
---
 oak-segment-tar/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/oak-segment-tar/pom.xml b/oak-segment-tar/pom.xml
index 212a6b9caa..54e4d4cde8 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.68.Final</netty.version>
+        <netty.version>4.1.86.Final</netty.version>
         <concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
     </properties>
 
@@ -66,6 +66,7 @@
                             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,