This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch quick-fix/netty-4.2.18 in repository https://gitbox.apache.org/repos/asf/camel.git
commit e82ced497d854cbbb19aa4220a47363990fbc9d7 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Sep 12 08:07:07 2026 +0200 chore(deps): Upgrade Netty to 4.2.18.Final 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]> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index e80f1fc0a7d5..d44a688c04fc 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -405,7 +405,7 @@ <mybatis-version>3.5.19</mybatis-version> <narayana-version>7.3.4.Final</narayana-version> <neo4j-version>6.2.1</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>
