You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/09/21 09:23:28 UTC

[skywalking-java] branch bytebuddy-bumpup created (now c5b1f29)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch bytebuddy-bumpup
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git.


      at c5b1f29  Upgrade byte-buddy to 1.11.16

This branch includes the following new commits:

     new c5b1f29  Upgrade byte-buddy to 1.11.16

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-java] 01/01: Upgrade byte-buddy to 1.11.16

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch bytebuddy-bumpup
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git

commit c5b1f294afe069d9eb55b82a4eeedbadb159620e
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Sep 21 17:23:22 2021 +0800

    Upgrade byte-buddy to 1.11.16
---
 CHANGES.md            | 1 +
 dist-material/LICENSE | 4 ++--
 pom.xml               | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index f39b0b9..ec784b0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -21,6 +21,7 @@ Release Notes.
 * Add benchmark result for `exception-ignore` plugin and polish plugin guide.
 * Provide Alibaba Druid database connection pool plugin.
 * Provide HikariCP database connection pool plugin.
+* Upgrade byte-buddy to 1.11.16
 
 #### Documentation
 
diff --git a/dist-material/LICENSE b/dist-material/LICENSE
index 7bc1c20..0dc7e26 100755
--- a/dist-material/LICENSE
+++ b/dist-material/LICENSE
@@ -215,7 +215,7 @@ Apache 2.0 licenses
 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.
 
-    raphw (byte-buddy) 1.10.19: http://bytebuddy.net/ , Apache 2.0
+    raphw (byte-buddy) 1.11.16: http://bytebuddy.net/ , Apache 2.0
     Google: grpc-java 1.32.1: https://github.com/grpc/grpc-java, Apache 2.0
     Google: gson 2.8.6: https://github.com/google/gson , Apache 2.0
     Google: proto-google-common-protos 1.17.0: https://github.com/googleapis/googleapis , Apache 2.0
@@ -229,4 +229,4 @@ BSD licenses
 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.
 
-    asm 9.0:https://gitlab.ow2.org , BSD-3-Clause
\ No newline at end of file
+    asm 9.2:https://gitlab.ow2.org , BSD-3-Clause
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c961212..829fdc7 100755
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
         <lombok.version>1.18.20</lombok.version>
 
         <!-- core lib dependency -->
-        <bytebuddy.version>1.10.19</bytebuddy.version>
+        <bytebuddy.version>1.11.16</bytebuddy.version>
         <grpc.version>1.32.1</grpc.version>
         <gson.version>2.8.6</gson.version>
         <os-maven-plugin.version>1.6.2</os-maven-plugin.version>