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 620fbdabbc OAK-10702: oak-blob-cloud: update netty dependendy to
4.1.107 (#1358)
620fbdabbc is described below
commit 620fbdabbc2d8da4c0b3df95837a4d71784efcd7
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Mar 11 18:04:18 2024 +0100
OAK-10702: oak-blob-cloud: update netty dependendy to 4.1.107 (#1358)
---
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 a8501361a1..41fd72f6bb 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>