Skip to content

Commit 47dd955

Browse files
authored
Merge pull request #3648 from aws/joviegas/netty_upgrage
Upgrade netty.version to 4.1.118.Final and netty-open-ssl-version to 2.0.70.Final
2 parents 43cf88b + c9bbd3c commit 47dd955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<equalsverifier.version>3.15.1</equalsverifier.version>
114114
<!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
115115
<!-- https://github.com/netty/netty/blob/4.1/pom.xml search "tcnative.version" -->
116-
<netty.version>4.1.115.Final</netty.version>
116+
<netty.version>4.1.118.Final</netty.version>
117117
<unitils.version>3.4.6</unitils.version>
118118
<xmlunit.version>1.3</xmlunit.version>
119119
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -137,7 +137,7 @@
137137
<jimfs.version>1.1</jimfs.version>
138138
<testng.version>7.1.0</testng.version> <!-- TCK Tests -->
139139
<commons-lang.verson>2.6</commons-lang.verson>
140-
<netty-open-ssl-version>2.0.66.Final</netty-open-ssl-version>
140+
<netty-open-ssl-version>2.0.70.Final</netty-open-ssl-version>
141141
<dynamodb-local.version>1.25.0</dynamodb-local.version>
142142
<sqllite.version>1.0.392</sqllite.version>
143143
<blockhound.version>1.0.8.RELEASE</blockhound.version>

0 commit comments

Comments
 (0)