This is an automated email from the ASF dual-hosted git repository.
daim 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 b6b09a7324 OAK-12087 : bump netty to 4.1.131.Final (#2734)
b6b09a7324 is described below
commit b6b09a7324873386e491036ce8a08af9ecdf7070
Author: Rishabh Kumar <[email protected]>
AuthorDate: Tue Feb 10 15:51:01 2026 +0530
OAK-12087 : bump netty to 4.1.131.Final (#2734)
---
oak-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 535698c234..0b3042ff32 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -71,7 +71,7 @@
<jackson.version>2.16.2</jackson.version>
<testcontainers.version>1.19.7</testcontainers.version>
<groovy.version>2.5.23</groovy.version>
- <netty.version>4.1.127.Final</netty.version>
+ <netty.version>4.1.131.Final</netty.version>
<aws.sdk.version>2.34.1</aws.sdk.version>
<!-- determines the bytecode version (i.e. the minimum JRE required to run
the build artifact) -->
<javaTargetVersion>8</javaTargetVersion>