Skip to content

Commit a320825

Browse files
authored
Upgrade Netty to 4.1.68 (aws#2708)
1 parent f95d937 commit a320825

File tree

2 files changed

+9
-3
lines changed

2 files changed

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

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
<commons.io.version>2.5</commons.io.version>
101101
<equalsverifier.version>3.5</equalsverifier.version>
102102
<!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
103-
<!-- https://github.com/netty/netty/blob/4.1/pom.xml#L384 -->
104-
<netty.version>4.1.66.Final</netty.version>
103+
<!-- https://github.com/netty/netty/blob/4.1/pom.xml search "tcnative.version" -->
104+
<netty.version>4.1.68.Final</netty.version>
105105
<unitils.version>3.4.6</unitils.version>
106106
<xmlunit.version>1.3</xmlunit.version>
107107
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -126,7 +126,7 @@
126126
<jimfs.version>1.1</jimfs.version>
127127
<testng.version>7.1.0</testng.version> <!-- TCK Tests -->
128128
<commons-lang.verson>2.6</commons-lang.verson>
129-
<netty-open-ssl-version>2.0.40.Final</netty-open-ssl-version>
129+
<netty-open-ssl-version>2.0.42.Final</netty-open-ssl-version>
130130
<dynamodb-local.version>1.16.0</dynamodb-local.version>
131131
<sqllite.version>1.0.392</sqllite.version>
132132

0 commit comments

Comments
 (0)