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

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

commit 73b227a5b42b381f65ec39f1b2756e4a036d6a5a
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Tue Nov 28 11:05:00 2023 +0800

    Bump up grpc
---
 CHANGES.md            | 1 +
 dist-material/LICENSE | 2 +-
 pom.xml               | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index d34b14f914..281a7621d7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -14,6 +14,7 @@ Release Notes.
 * Optimize spring-cloud-gateway 2.1.x, 3.x witness class.
 * Support report MongoDB instance info in Mongodb 4.x plugin.
 * To compatible upper and lower case Oracle TNS url parse.
+* Bump up grpc version.
 
 #### Documentation
 
diff --git a/dist-material/LICENSE b/dist-material/LICENSE
index 27cdba1bdb..6c53bbc88c 100755
--- a/dist-material/LICENSE
+++ b/dist-material/LICENSE
@@ -216,7 +216,7 @@ The following components are provided under the Apache 
License. See project link
 The text of each license is the standard Apache 2.0 license.
 
     raphw (byte-buddy) 1.12.19: http://bytebuddy.net/ , Apache 2.0
-    Google: grpc-java 1.50.0: https://github.com/grpc/grpc-java, Apache 2.0
+    Google: grpc-java 1.53.0: https://github.com/grpc/grpc-java, Apache 2.0
     Google: gson 2.8.9: https://github.com/google/gson , Apache 2.0
     Google: proto-google-common-protos 2.0.1: 
https://github.com/googleapis/googleapis , Apache 2.0
     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
diff --git a/pom.xml b/pom.xml
index 828041e9ee..5068a43a40 100755
--- a/pom.xml
+++ b/pom.xml
@@ -87,13 +87,13 @@
 
         <!-- core lib dependency -->
         <bytebuddy.version>1.14.4</bytebuddy.version>
-        <grpc.version>1.50.0</grpc.version>
+        <grpc.version>1.53.0</grpc.version>
         <netty.version>4.1.94.Final</netty.version>
         <gson.version>2.8.9</gson.version>
         <os-maven-plugin.version>1.6.2</os-maven-plugin.version>
         <protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
         
<com.google.protobuf.protoc.version>3.21.7</com.google.protobuf.protoc.version>
-        
<protoc-gen-grpc-java.plugin.version>1.50.0</protoc-gen-grpc-java.plugin.version>
+        
<protoc-gen-grpc-java.plugin.version>1.53.0</protoc-gen-grpc-java.plugin.version>
         
<netty-tcnative-boringssl-static.version>2.0.48.Final</netty-tcnative-boringssl-static.version>
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
         <objenesis.version>3.1</objenesis.version>

Reply via email to