Skip to content

Commit

Permalink
Upgrade netty version to 4.1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
Quanzzzz committed Mar 17, 2021
1 parent ba98b78 commit 12d3094
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSSDKforJavav2-66f659e.json
@@ -0,0 +1,6 @@
{
"category": "AWS SDK for Java v2",
"contributor": "",
"type": "feature",
"description": "Upgrade Netty version to 4.1.60"
}
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -99,7 +99,7 @@
<equalsverifier.version>3.5</equalsverifier.version>
<!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
<!-- https://github.com/netty/netty/blob/4.1/pom.xml#L384 -->
<netty.version>4.1.59.Final</netty.version>
<netty.version>4.1.60.Final</netty.version>
<unitils.version>3.3</unitils.version>
<xmlunit.version>1.3</xmlunit.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 12d3094

Please sign in to comment.