Skip to content

Commit ea18bda

Browse files
authored
upgrade to netty 4.1.114.Final (#5664)
1 parent 39eae56 commit ea18bda

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
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": "sullis",
5+
"description": "upgrade netty version to 4.1.114.Final"
6+
}

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<equalsverifier.version>3.15.1</equalsverifier.version>
113113
<!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
114114
<!-- https://github.com/netty/netty/blob/4.1/pom.xml search "tcnative.version" -->
115-
<netty.version>4.1.112.Final</netty.version>
115+
<netty.version>4.1.114.Final</netty.version>
116116
<unitils.version>3.4.6</unitils.version>
117117
<xmlunit.version>1.3</xmlunit.version>
118118
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -136,7 +136,7 @@
136136
<jimfs.version>1.1</jimfs.version>
137137
<testng.version>7.1.0</testng.version> <!-- TCK Tests -->
138138
<commons-lang.verson>2.6</commons-lang.verson>
139-
<netty-open-ssl-version>2.0.65.Final</netty-open-ssl-version>
139+
<netty-open-ssl-version>2.0.66.Final</netty-open-ssl-version>
140140
<dynamodb-local.version>1.25.0</dynamodb-local.version>
141141
<sqllite.version>1.0.392</sqllite.version>
142142
<blockhound.version>1.0.8.RELEASE</blockhound.version>

0 commit comments

Comments
 (0)