File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 95
95
<commons .io.version>2.5</commons .io.version>
96
96
<equalsverifier .version>3.1.13</equalsverifier .version>
97
97
<!-- 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>
100
100
<unitils .version>3.3</unitils .version>
101
101
<xmlunit .version>1.3</xmlunit .version>
102
102
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
122
122
<jimfs .version>1.1</jimfs .version>
123
123
<testng .version>7.1.0</testng .version> <!-- TCK Tests -->
124
124
<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 >
126
126
<dynamodb-local .version>1.11.477</dynamodb-local .version>
127
127
<sqllite .version>1.0.392</sqllite .version>
128
128
You can’t perform that action at this time.
0 commit comments