File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Release Notes.
16
16
* To compatible upper and lower case Oracle TNS url parse.
17
17
* Fix config length limitation.
18
18
* Support collecting ZGC memory pool metrics. Require OAP 9.7.0 to support these new metrics.
19
+ * Upgrade netty-codec-http2 to 4.1.100.Final
19
20
20
21
21
22
#### Documentation
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ The text of each license is the standard Apache 2.0 license.
221
221
Google: proto-google-common-protos 2.0.1: https://github.com/googleapis/googleapis , Apache 2.0
222
222
Google: jsr305 3.0.2: http://central.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom , Apache 2.0
223
223
Google: guava 32.0.1: https://github.com/google/guava , Apache 2.0
224
- netty 4.1.94 : https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
224
+ netty 4.1.100 : https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
225
225
226
226
========================================================================
227
227
BSD licenses
Original file line number Diff line number Diff line change 88
88
<!-- core lib dependency -->
89
89
<bytebuddy .version>1.14.4</bytebuddy .version>
90
90
<grpc .version>1.50.0</grpc .version>
91
- <netty .version>4.1.94 .Final</netty .version>
91
+ <netty .version>4.1.100 .Final</netty .version>
92
92
<gson .version>2.8.9</gson .version>
93
93
<os-maven-plugin .version>1.6.2</os-maven-plugin .version>
94
94
<protobuf-maven-plugin .version>0.6.1</protobuf-maven-plugin .version>
You can’t perform that action at this time.
0 commit comments