Skip to content

Commit 8ebfd7b

Browse files
committed
Upgrade Netty to 4.1.53.Final
Also upgrade corresponding tcnative dependency to 2.0.34.Final.
1 parent f35284e commit 8ebfd7b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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": "Netty NIO HTTP Client",
4+
"contributor": "",
5+
"description": "Upgrade Netty libraries to `4.1.53.Final`, and `netty-tcnative-boringssl-static` to `2.0.34.Final`."
6+
}

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
<commons.io.version>2.5</commons.io.version>
9696
<equalsverifier.version>3.1.13</equalsverifier.version>
9797
<!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
98-
<!-- https://github.com/netty/netty/blob/4.1/pom.xml#L286 -->
99-
<netty.version>4.1.46.Final</netty.version>
98+
<!-- https://github.com/netty/netty/blob/4.1/pom.xml#L384 -->
99+
<netty.version>4.1.53.Final</netty.version>
100100
<unitils.version>3.3</unitils.version>
101101
<xmlunit.version>1.3</xmlunit.version>
102102
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -122,7 +122,7 @@
122122
<jimfs.version>1.1</jimfs.version>
123123
<testng.version>7.1.0</testng.version> <!-- TCK Tests -->
124124
<commons-lang.verson>2.3</commons-lang.verson>
125-
<netty-open-ssl-version>2.0.29.Final</netty-open-ssl-version>
125+
<netty-open-ssl-version>2.0.34.Final</netty-open-ssl-version>
126126
<dynamodb-local.version>1.11.477</dynamodb-local.version>
127127
<sqllite.version>1.0.392</sqllite.version>
128128

0 commit comments

Comments
 (0)