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 a23b728309 OAK-11611: blob-cloud, segment: update netty version to
4.1.119
a23b728309 is described below
commit a23b728309ca87f435b1f151a5dbe1ba62d5220c
Author: Julian Reschke <[email protected]>
AuthorDate: Wed Mar 19 21:19:56 2025 +0100
OAK-11611: blob-cloud, segment: update netty version to 4.1.119
---
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 c5a026a06b..34bfcd3004 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.115.Final</netty.version>
+ <netty.version>4.1.119.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>