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 2021/09/01 07:39:24 UTC

[jackrabbit-oak] branch trunk updated: OAK-9539 - Bump netty dependency from 4.1.52.Final to 4.1.66.Final (#345)

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 11c26de  OAK-9539 - Bump netty dependency from 4.1.52.Final to 4.1.66.Final (#345)
11c26de is described below

commit 11c26de660e45dc2e85849b0568f20c6228d9f0f
Author: Arun Kumar Ram <ar...@gmail.com>
AuthorDate: Wed Sep 1 13:09:18 2021 +0530

    OAK-9539 - Bump netty dependency from 4.1.52.Final to 4.1.66.Final (#345)
    
    * upgrading netty dependency to 4.1.66.final jira OAK-9539
    
    * added dependent package while upgrading netty to 4.1.66.Final
    
    Co-authored-by: Arun Ram <ar...@Aruns-MacBook-Pro.local>
---
 oak-segment-tar/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/oak-segment-tar/pom.xml b/oak-segment-tar/pom.xml
index 26a06e4..febd5ec 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.52.Final</netty.version>
+        <netty.version>4.1.66.Final</netty.version>
         <concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
     </properties>
 
@@ -93,6 +93,12 @@
                             sun.security.ssl;resolution:=optional,
                             sun.security.util;resolution:=optional,
                             sun.security.x509;resolution:=optional,
+                            com.aayushatharva.brotli4j;version="[1.4,2)";resolution:=optional,
+                            com.aayushatharva.brotli4j.decoder;version="[1.4,2)";resolution:=optional,
+                            com.aayushatharva.brotli4j.encoder;version="[1.4,2)";resolution:=optional,
+                            com.github.luben.zstd;version="[1.5,2)";resolution:=optional,
+                            org.bouncycastle.jsse;version="[1.6,2)";resolution:=optional,
+                            org.bouncycastle.jsse.provider;version="[1.6,2)";resolution:=optional,
                             *
                         </Import-Package>
                     </instructions>