This is an automated email from the ASF dual-hosted git repository.
daim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 66c8a612a6 OAK-12087 : bump netty to 4.1.131.Final (#2731)
66c8a612a6 is described below
commit 66c8a612a61c1dcc28d52594934b4614f1fdd281
Author: Rishabh Kumar <[email protected]>
AuthorDate: Tue Feb 10 14:43:05 2026 +0530
OAK-12087 : bump netty to 4.1.131.Final (#2731)
---
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 12f3913d10..231b5afe67 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -69,7 +69,7 @@
<pax-exam.version>4.14.0</pax-exam.version>
<pax-url.version>2.6.17</pax-url.version>
<groovy.version>3.0.25</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>11</javaTargetVersion>