Skip to content

Commit b532117

Browse files
authored
Update Netty to 4.1.123 (#6315)
1 parent 43f262c commit b532117

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": "",
5+
"description": "Update Netty to `4.1.123`."
6+
}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<equalsverifier.version>3.15.1</equalsverifier.version>
117117
<!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
118118
<!-- https://github.com/netty/netty/blob/4.1/pom.xml search "tcnative.version" -->
119-
<netty.version>4.1.118.Final</netty.version>
119+
<netty.version>4.1.123.Final</netty.version>
120120
<unitils.version>3.4.6</unitils.version>
121121
<xmlunit.version>1.3</xmlunit.version>
122122
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -141,7 +141,7 @@
141141
<jimfs.version>1.1</jimfs.version>
142142
<testng.version>7.1.0</testng.version> <!-- TCK Tests -->
143143
<commons-lang.verson>2.6</commons-lang.verson>
144-
<netty-open-ssl-version>2.0.70.Final</netty-open-ssl-version>
144+
<netty-open-ssl-version>2.0.72.Final</netty-open-ssl-version>
145145
<dynamodb-local.version>1.25.0</dynamodb-local.version>
146146
<sqllite.version>1.0.392</sqllite.version>
147147
<blockhound.version>1.0.8.RELEASE</blockhound.version>

0 commit comments

Comments
 (0)