File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Release Notes.
2222* Fix In the higher version of mysql-connector-java 8x, there is an error in the value of db.instance.
2323* Add support for KafkaClients 3.x.
2424* Support to customize the collect period of JVM relative metrics.
25+ * Upgrade netty-codec-http2 to 4.1.86.Final.
2526
2627#### Documentation
2728
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ The text of each license is the standard Apache 2.0 license.
220220 Google: gson 2.8.9: https://github.com/google/gson , Apache 2.0
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
223- netty 4.1.79 : https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
223+ netty 4.1.86 : https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
224224
225225========================================================================
226226BSD licenses
Original file line number Diff line number Diff line change 8888 <!-- core lib dependency -->
8989 <bytebuddy .version>1.12.19</bytebuddy .version>
9090 <grpc .version>1.50.0</grpc .version>
91- <netty .version>4.1.79 .Final</netty .version>
91+ <netty .version>4.1.86 .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>
You can’t perform that action at this time.
0 commit comments