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 e988c1e8c9 OAK-11943 : upgrade netty version to 4.1.127.Final (#2600)
e988c1e8c9 is described below
commit e988c1e8c9781df8b4468981e2fc1dc9816cd195
Author: Shivam-Agg <[email protected]>
AuthorDate: Wed Oct 29 12:20:43 2025 +0530
OAK-11943 : upgrade netty version to 4.1.127.Final (#2600)
Co-authored-by: shivamagg <[email protected]>
---
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 09e80c0bbc..756d9985e4 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.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>8</javaTargetVersion>
<maven.compiler.release>${javaTargetVersion}</maven.compiler.release>