Skip to content

Commit c48971a

Browse files
authored
Update Netty to 4.1.132. (#6829)
1 parent d012ca5 commit c48971a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
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": "mrdziuban",
5+
"description": "Update Netty to 4.1.132"
6+
}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<equalsverifier.version>3.15.1</equalsverifier.version>
119119
<!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
120120
<!-- https://github.com/netty/netty/blob/4.1/pom.xml search "tcnative.version" -->
121-
<netty.version>4.1.130.Final</netty.version>
121+
<netty.version>4.1.132.Final</netty.version>
122122
<unitils.version>3.4.6</unitils.version>
123123
<xmlunit.version>1.3</xmlunit.version>
124124
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -143,7 +143,7 @@
143143
<jimfs.version>1.1</jimfs.version>
144144
<testng.version>7.1.0</testng.version> <!-- TCK Tests -->
145145
<commons-lang.verson>2.6</commons-lang.verson>
146-
<netty-open-ssl-version>2.0.74.Final</netty-open-ssl-version>
146+
<netty-open-ssl-version>2.0.75.Final</netty-open-ssl-version>
147147
<dynamodb-local.version>1.25.0</dynamodb-local.version>
148148
<sqllite.version>1.0.392</sqllite.version>
149149
<blockhound.version>1.0.16.RELEASE</blockhound.version>

0 commit comments

Comments
 (0)