This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-4.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.22.x by this push:
     new adf99e3a0464 chore(deps): Upgrade Netty to 4.2.18.Final (#26346)
adf99e3a0464 is described below

commit adf99e3a0464dcb6b023004f239856757cf61102
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Sep 12 08:46:12 2026 +0200

    chore(deps): Upgrade Netty to 4.2.18.Final (#26346)
    
    Backport of #26345 to camel-4.22.x.
    
    Bug-fix and security release. Netty 4.2.18.Final ships fixes for 30
    reported vulnerabilities across the HTTP/1.1, HTTP/2, HTTP/3, SMTP,
    STOMP, MQTT, Redis, memcache, HAProxy and OCSP codecs (request/response
    smuggling, improper header validation, unbounded resource usage and
    memory leaks). No CVE ids were assigned in time for the release.
    
    
    
    (cherry picked from commit e82ced497d854cbbb19aa4220a47363990fbc9d7)
    
    Signed-off-by: Claus Ibsen <[email protected]>
    Co-authored-by: Claude Opus 5 (1M context) <[email protected]>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 51aeb1196e93..0e042d2941de 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -399,7 +399,7 @@
         <narayana-version>7.3.4.Final</narayana-version>
         <neoscada-version>0.4.0</neoscada-version>
         <neo4j-version>6.2.0</neo4j-version>
-        <netty-version>4.2.17.Final</netty-version>
+        <netty-version>4.2.18.Final</netty-version>
         
<networknt-json-schema-validator-version>2.0.1</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>10.9.1</nimbus-jose-jwt>
         <olingo2-version>2.0.13</olingo2-version>

Reply via email to