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 82c389de91 OAK-10386: Bump netty dependency from 4.1.52.Final to
4.1.96.Final
82c389de91 is described below
commit 82c389de91985cb35891e2c36ef58d95bcbdc9dc
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Apr 19 13:23:49 2024 +0100
OAK-10386: Bump netty dependency from 4.1.52.Final to 4.1.96.Final
---
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 85c8cd4f94..a8501361a1 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>