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 4b1fbf1725 OAK-11943 : upgraded netty version to 4.1.127.Final (#2533)
4b1fbf1725 is described below
commit 4b1fbf17257619ac4ea00612fa4e59af5ab9644d
Author: Rishabh Kumar <[email protected]>
AuthorDate: Tue Sep 23 13:09:22 2025 +0530
OAK-11943 : upgraded netty version to 4.1.127.Final (#2533)
---
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 c1dee05398..2d61058771 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -68,7 +68,7 @@
<testcontainers.version>1.21.1</testcontainers.version>
<pax-exam.version>4.13.1</pax-exam.version>
<groovy.version>3.0.25</groovy.version>
- <netty.version>4.1.119.Final</netty.version>
+ <netty.version>4.1.127.Final</netty.version>
<!-- determines the bytecode version (i.e. the minimum JRE required to run
the build artifact) -->
<javaTargetVersion>11</javaTargetVersion>
<maven.compiler.release>${javaTargetVersion}</maven.compiler.release>