1 parent 4b8264c commit abdce78Copy full SHA for abdce78
2 files changed
.changes/next-release/feature-AWSSDKforJavav2-1d04142.json
@@ -0,0 +1,6 @@
1
+{
2
+ "type": "feature",
3
+ "category": "AWS SDK for Java v2",
4
+ "contributor": "",
5
+ "description": "Update Netty to 4.1.136"
6
+}
pom.xml
@@ -119,7 +119,7 @@
119
<equalsverifier.version>3.15.1</equalsverifier.version>
120
<!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
121
<!-- https://github.com/netty/netty/blob/4.1/pom.xml search "tcnative.version" -->
122
- <netty.version>4.1.135.Final</netty.version>
+ <netty.version>4.1.136.Final</netty.version>
123
<unitils.version>3.4.6</unitils.version>
124
<xmlunit.version>1.3</xmlunit.version>
125
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments