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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new b857fb0091 Bump up protobuf java dependencies to 3.25.5 (#12631)
b857fb0091 is described below

commit b857fb009116e13450c981c76cc5d9170a76f070
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Sep 23 11:39:43 2024 +0800

    Bump up protobuf java dependencies to 3.25.5 (#12631)
---
 dist-material/release-docs/LICENSE | 4 ++--
 docs/en/changes/changes.md         | 1 +
 oap-server-bom/pom.xml             | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dist-material/release-docs/LICENSE 
b/dist-material/release-docs/LICENSE
index b4e30ed392..cd909a950e 100644
--- a/dist-material/release-docs/LICENSE
+++ b/dist-material/release-docs/LICENSE
@@ -388,8 +388,8 @@ BSD-3-Clause licenses
 The following components are provided under the BSD-3-Clause License. See 
project link for details.
 The text of each license is also included in licenses/LICENSE-[project].txt.
 
-    
https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java/3.25.1 
BSD-3-Clause
-    
https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java-util/3.25.1
 BSD-3-Clause
+    
https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java/3.25.5 
BSD-3-Clause
+    
https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java-util/3.25.5
 BSD-3-Clause
     https://npmjs.com/package/d3-collection/v/1.0.7 1.0.7 BSD-3-Clause
     https://npmjs.com/package/d3-ease/v/3.0.1 3.0.1 BSD-3-Clause
     https://npmjs.com/package/d3-tip/node_modules/d3-selection/v/1.4.2 1.4.2 
BSD-3-Clause
diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index fb02013cd7..79b9ae7579 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -68,6 +68,7 @@
 * Adapt BanyanDB Java Client 0.7.0-rc3.
 * Add SkyWalking Java Agent self observability dashboard.
 * Add Component ID(5022) for the GoFrame framework.
+* Bump up protobuf java dependencies to 3.25.5.
 
 #### UI
 
diff --git a/oap-server-bom/pom.xml b/oap-server-bom/pom.xml
index 158f66f033..d9da1b915d 100644
--- a/oap-server-bom/pom.xml
+++ b/oap-server-bom/pom.xml
@@ -41,8 +41,8 @@
         <zookeeper.version>3.5.7</zookeeper.version>
         <guava.version>32.0.1-jre</guava.version>
         <snakeyaml.version>2.0</snakeyaml.version>
-        <protobuf-java.version>3.25.1</protobuf-java.version>
-        <protobuf-java-util.version>3.25.1</protobuf-java-util.version>
+        <protobuf-java.version>3.25.5</protobuf-java.version>
+        <protobuf-java-util.version>3.25.5</protobuf-java-util.version>
         <commons-codec.version>1.11</commons-codec.version>
         <commons-lang3.version>3.12.0</commons-lang3.version>
         <commons-io.version>2.7</commons-io.version>

Reply via email to