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

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

commit 005c7fd1beadef39cb3d105345bcfa16a3afcd2f
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Fri Aug 11 06:50:47 2023 +0100

    OAK-10386: Bump netty dependency from 4.1.52.Final to 4.1.96.Final
---
 oak-blob-cloud/pom.xml  | 2 +-
 oak-segment-tar/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/oak-blob-cloud/pom.xml b/oak-blob-cloud/pom.xml
index f3e813391f..7b32a5a9ac 100644
--- a/oak-blob-cloud/pom.xml
+++ b/oak-blob-cloud/pom.xml
@@ -31,7 +31,7 @@
     <packaging>bundle</packaging>
 
     <properties>
-        <netty.version>4.1.52.Final</netty.version>
+        <netty.version>4.1.96.Final</netty.version>
         <aws.version>1.12.353</aws.version>
     </properties>
 
diff --git a/oak-segment-tar/pom.xml b/oak-segment-tar/pom.xml
index 6669d65a40..e9f578aef0 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.96.Final</netty.version>
         
<concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
     </properties>
 

Reply via email to