Skip to content

Commit ac84c6e

Browse files
authored
Upgrade netty to 4.1.133 (#6939)
1 parent 940735d commit ac84c6e

2 files changed

Lines changed: 8 additions & 2 deletions

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.133"
6+
}

pom.xml

Lines changed: 2 additions & 2 deletions
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.132.Final</netty.version>
122+
<netty.version>4.1.133.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>
@@ -144,7 +144,7 @@
144144
<jimfs.version>1.1</jimfs.version>
145145
<testng.version>7.1.0</testng.version> <!-- TCK Tests -->
146146
<commons-lang.verson>2.6</commons-lang.verson>
147-
<netty-open-ssl-version>2.0.75.Final</netty-open-ssl-version>
147+
<netty-open-ssl-version>2.0.77.Final</netty-open-ssl-version>
148148
<dynamodb-local.version>1.25.0</dynamodb-local.version>
149149
<sqllite.version>1.0.392</sqllite.version>
150150
<blockhound.version>1.0.16.RELEASE</blockhound.version>

0 commit comments

Comments
 (0)