This is an automated email from the ASF dual-hosted git repository.
miroslav pushed a commit to branch 1.8
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.8 by this push:
new 368dc74 backporting of upgrading netty dependency to 4.1.68.final for
branch 1.8 jira OAK-9611
new 990cdfe Merge pull request #423 from ArunOnCloud/1.8
368dc74 is described below
commit 368dc7441ccbb98e2221349d9106a19b51f7cb39
Author: Arun Ram <[email protected]>
AuthorDate: Wed Nov 24 19:34:12 2021 +0530
backporting of upgrading netty dependency to 4.1.68.final for branch 1.8
jira OAK-9611
---
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 98aee13..ab08154 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.14.Final</netty.version>
+ <netty.version>4.1.68.Final</netty.version>
</properties>
<build>
@@ -78,6 +78,12 @@
sun.nio.ch;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>