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 re...@apache.org on 2024/03/10 09:16:44 UTC

(jackrabbit-oak) branch OAK-10702 created (now 3dc4f7b2bf)

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

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


      at 3dc4f7b2bf OAK-10702: oak-blob-cloud: update netty dependendy to 4.1.107

This branch includes the following new commits:

     new 3dc4f7b2bf OAK-10702: oak-blob-cloud: update netty dependendy to 4.1.107

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(jackrabbit-oak) 01/01: OAK-10702: oak-blob-cloud: update netty dependendy to 4.1.107

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3dc4f7b2bf088ea2e9a0a20f3c8a170928f873ba
Author: Julian Reschke <re...@apache.org>
AuthorDate: Sun Mar 10 10:16:16 2024 +0100

    OAK-10702: oak-blob-cloud: update netty dependendy to 4.1.107
---
 oak-blob-cloud/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-blob-cloud/pom.xml b/oak-blob-cloud/pom.xml
index 6bf1afacd6..f5b0a81fd1 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.96.Final</netty.version>
+        <netty.version>4.1.107.Final</netty.version>
         <aws.version>1.12.353</aws.version>
     </properties>