Skip to content

Commit 0d8f758

Browse files
authored
1 parent a68b447 commit 0d8f758

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

dist-material/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
========================================================================
226226
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.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>

0 commit comments

Comments
 (0)