Skip to content

Commit abdce78

Browse files
authored
Update Netty to 4.1.136 (#7164)
Addresses CVEs in netty-codec-http, netty-codec-http2, and netty-codec published 2026-07-14. See netty security advisories for details. Fixes #7162
1 parent 4b8264c commit abdce78

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Update Netty to 4.1.136"
6+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<equalsverifier.version>3.15.1</equalsverifier.version>
120120
<!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
121121
<!-- https://github.com/netty/netty/blob/4.1/pom.xml search "tcnative.version" -->
122-
<netty.version>4.1.135.Final</netty.version>
122+
<netty.version>4.1.136.Final</netty.version>
123123
<unitils.version>3.4.6</unitils.version>
124124
<xmlunit.version>1.3</xmlunit.version>
125125
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)