Skip to content

Commit dbffa45

Browse files
sullisdebora-ito
andauthored
upgrade netty version to 4.1.111.Final (#5328)
Co-authored-by: Debora N. Ito <[email protected]>
1 parent 1b80d71 commit dbffa45

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "sullis",
5+
"description": "upgrade netty version to 4.1.111.Final"
6+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<equalsverifier.version>3.15.1</equalsverifier.version>
111111
<!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
112112
<!-- https://github.com/netty/netty/blob/4.1/pom.xml search "tcnative.version" -->
113-
<netty.version>4.1.108.Final</netty.version>
113+
<netty.version>4.1.111.Final</netty.version>
114114
<unitils.version>3.4.6</unitils.version>
115115
<xmlunit.version>1.3</xmlunit.version>
116116
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)