This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch quick-fix/netty-4.2.18-4.22.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 5fd13f799329c72b10c5e5d34d2e329f515b06c7 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Sep 12 08:07:07 2026 +0200 chore(deps): Upgrade Netty to 4.2.18.Final 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. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Signed-off-by: Claus Ibsen <[email protected]> (cherry picked from commit e82ced497d854cbbb19aa4220a47363990fbc9d7) --- 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>
