Skip to content

Commit 3dcb0ec

Browse files
authored
Uplift netty version to remediate CVE-2024-29025 (#5051)
* Uplift netty version to remediate CVE-2024-29025 * Remediate CVE-2024-29025 by uplifting netty version
1 parent 9be4570 commit 3dcb0ec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS SDK For Java v2",
4+
"contributor": "FatalEnigma",
5+
"description": "Remediate CVE-2024-29025 by updating netty version"
6+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<equalsverifier.version>3.15.1</equalsverifier.version>
110110
<!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
111111
<!-- https://github.com/netty/netty/blob/4.1/pom.xml search "tcnative.version" -->
112-
<netty.version>4.1.107.Final</netty.version>
112+
<netty.version>4.1.108.Final</netty.version>
113113
<unitils.version>3.4.6</unitils.version>
114114
<xmlunit.version>1.3</xmlunit.version>
115115
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)