This is an automated email from the ASF dual-hosted git repository.
reschke 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 dcdc1941a0 OAK-10960: blob-cloud, segment: update netty version to
4.1.111
dcdc1941a0 is described below
commit dcdc1941a0e3087995208bb9529aa4020813a0db
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Sep 2 15:55:36 2024 +0100
OAK-10960: blob-cloud, segment: update netty version to 4.1.111
---
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 d559f19d28..b070d68470 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.107.Final</netty.version>
+ <netty.version>4.1.111.Final</netty.version>
<aws.version>1.12.761</aws.version>
</properties>
diff --git a/oak-segment-tar/pom.xml b/oak-segment-tar/pom.xml
index 9bcb151ab3..18a9b8cd81 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.104.Final</netty.version>
+ <netty.version>4.1.111.Final</netty.version>
<concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
</properties>