Skip to content

Commit c94b409

Browse files
alanlvleza-liuyonghua
andauthored
Co-authored-by: za-liuyonghua <[email protected]>
1 parent 4599354 commit c94b409

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Release Notes.
1616
* To compatible upper and lower case Oracle TNS url parse.
1717
* Fix config length limitation.
1818
* 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
1920

2021

2122
#### Documentation

dist-material/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The text of each license is the standard Apache 2.0 license.
221221
Google: proto-google-common-protos 2.0.1: https://github.com/googleapis/googleapis , Apache 2.0
222222
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
223223
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
225225

226226
========================================================================
227227
BSD licenses

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<!-- core lib dependency -->
8989
<bytebuddy.version>1.14.4</bytebuddy.version>
9090
<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>
9292
<gson.version>2.8.9</gson.version>
9393
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
9494
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>

0 commit comments

Comments
 (0)