We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbd723 commit a0b8dddCopy full SHA for a0b8ddd
.changes/next-release/feature-NettyNIOHTTPClient-af58a9c.json
@@ -0,0 +1,6 @@
1
+{
2
+ "type": "feature",
3
+ "category": "Netty NIO HTTP Client",
4
+ "contributor": "",
5
+ "description": "Update Netty dependency to `4.1.61.Final`."
6
+}
pom.xml
@@ -99,7 +99,7 @@
99
<equalsverifier.version>3.5</equalsverifier.version>
100
<!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
101
<!-- https://github.com/netty/netty/blob/4.1/pom.xml#L384 -->
102
- <netty.version>4.1.60.Final</netty.version>
+ <netty.version>4.1.61.Final</netty.version>
103
<unitils.version>3.3</unitils.version>
104
<xmlunit.version>1.3</xmlunit.version>
105
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments