Skip to content

Commit b9075ce

Browse files
authored
1 parent 88d8e63 commit b9075ce

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ Callable {
141141
* Add Plugin to support aerospike Java client
142142
* Add ClickHouse parsing to the jdbc-common plugin.
143143
* Support to trace redisson lock
144+
* Upgrade netty-codec-http2 to 4.1.94.Final
145+
* Upgrade guava to 32.0.1
144146

145147
#### Documentation
146148

apm-sniffer/apm-agent-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<generateGitPropertiesFilename>${project.build.outputDirectory}/skywalking-agent-version.properties</generateGitPropertiesFilename>
37-
<guava.version>30.1.1-jre</guava.version>
37+
<guava.version>32.0.1-jre</guava.version>
3838
<wiremock.version>2.6.0</wiremock.version>
3939
<netty-tcnative-boringssl-static.version>2.0.7.Final</netty-tcnative-boringssl-static.version>
4040
<os-maven-plugin.version>1.4.1.Final</os-maven-plugin.version>

dist-material/LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ 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.86: https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
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
224225

225226
========================================================================
226227
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.86.Final</netty.version>
91+
<netty.version>4.1.94.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)