Update byte-buddy to 1.10.19 (#6037)
This commit is contained in:
parent
40a98ee14b
commit
9b7e663cc1
|
|
@ -16,6 +16,7 @@ Release Notes.
|
||||||
* Support collecting logs of log4j, log4j2, and logback in the tracing context with a new `logger-plugin`.
|
* Support collecting logs of log4j, log4j2, and logback in the tracing context with a new `logger-plugin`.
|
||||||
* Fix the unexpected RunningContext recreation in the Tomcat plugin.
|
* Fix the unexpected RunningContext recreation in the Tomcat plugin.
|
||||||
* Fix the potential NPE when trace_sql_parameters is enabled.
|
* Fix the potential NPE when trace_sql_parameters is enabled.
|
||||||
|
* Update `byte-buddy` to 1.10.19.
|
||||||
|
|
||||||
|
|
||||||
#### OAP-Backend
|
#### OAP-Backend
|
||||||
|
|
|
||||||
|
|
@ -225,7 +225,7 @@ Apache 2.0 licenses
|
||||||
The following components are provided under the Apache License. See project link for details.
|
The following components are provided under the Apache License. See project link for details.
|
||||||
The text of each license is the standard Apache 2.0 license.
|
The text of each license is the standard Apache 2.0 license.
|
||||||
|
|
||||||
raphw (byte-buddy) 1.10.14: http://bytebuddy.net/ , Apache 2.0
|
raphw (byte-buddy) 1.10.19: http://bytebuddy.net/ , Apache 2.0
|
||||||
Google: grpc-java 1.32.1: https://github.com/grpc/grpc-java, Apache 2.0
|
Google: grpc-java 1.32.1: https://github.com/grpc/grpc-java, Apache 2.0
|
||||||
Google: guava 28.1: https://github.com/google/guava , Apache 2.0
|
Google: guava 28.1: https://github.com/google/guava , Apache 2.0
|
||||||
Google: guice 4.1.0: https://github.com/google/guice , Apache 2.0
|
Google: guice 4.1.0: https://github.com/google/guice , Apache 2.0
|
||||||
|
|
@ -381,7 +381,7 @@ BSD licenses
|
||||||
The following components are provided under a BSD license. See project link for details.
|
The following components are provided under a BSD license. See project link for details.
|
||||||
The text of each license is also included at licenses/LICENSE-[project].txt.
|
The text of each license is also included at licenses/LICENSE-[project].txt.
|
||||||
|
|
||||||
asm 8.0.1:https://gitlab.ow2.org , BSD-3-Clause
|
asm 9.0:https://gitlab.ow2.org , BSD-3-Clause
|
||||||
antlr4-runtime 4.5.1: http://www.antlr.org/license.html, BSD-3-Clause
|
antlr4-runtime 4.5.1: http://www.antlr.org/license.html, BSD-3-Clause
|
||||||
jline 0.9.94: http://mvnrepository.com/artifact/jline/jline/0.9.94, BSD
|
jline 0.9.94: http://mvnrepository.com/artifact/jline/jline/0.9.94, BSD
|
||||||
Google: protobuf-java 3.13.0: https://github.com/google/protobuf/blob/master/java/pom.xml , BSD-3-Clause
|
Google: protobuf-java 3.13.0: https://github.com/google/protobuf/blob/master/java/pom.xml , BSD-3-Clause
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -189,7 +189,7 @@
|
||||||
<lombok.version>1.18.10</lombok.version>
|
<lombok.version>1.18.10</lombok.version>
|
||||||
|
|
||||||
<!-- core lib dependency -->
|
<!-- core lib dependency -->
|
||||||
<bytebuddy.version>1.10.16</bytebuddy.version>
|
<bytebuddy.version>1.10.19</bytebuddy.version>
|
||||||
<grpc.version>1.32.1</grpc.version>
|
<grpc.version>1.32.1</grpc.version>
|
||||||
<gson.version>2.8.6</gson.version>
|
<gson.version>2.8.6</gson.version>
|
||||||
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
|
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue