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 mi...@apache.org on 2021/11/18 11:37:12 UTC

[jackrabbit-oak] branch 1.22 updated: upgrading netty dependency to 4.1.68.final jira OAK-9611 for branch 1.22

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

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


The following commit(s) were added to refs/heads/1.22 by this push:
     new 8efa91f  upgrading netty dependency to 4.1.68.final jira OAK-9611 for branch 1.22
     new a802edf  Merge pull request #418 from ArunOnCloud/1.22
8efa91f is described below

commit 8efa91f2edec1910444c6794a37376104ca657f2
Author: Arun Ram <ar...@Aruns-MacBook-Pro.local>
AuthorDate: Mon Nov 15 13:53:47 2021 +0530

    upgrading netty dependency to 4.1.68.final jira OAK-9611 for branch 1.22
---
 oak-segment-tar/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-segment-tar/pom.xml b/oak-segment-tar/pom.xml
index 363008b..3f4e9ea 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.66.Final</netty.version>
+        <netty.version>4.1.68.Final</netty.version>
         <concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
     </properties>