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

heliang666s pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new 2c8aa73b58 Bump protobuf-java,grpc of dubbo-security to latest version 
(#16044)
2c8aa73b58 is described below

commit 2c8aa73b58e773a9247ff7a1359412bf4b44b4c7
Author: zrlw <[email protected]>
AuthorDate: Mon Jan 26 15:46:44 2026 +0800

    Bump protobuf-java,grpc of dubbo-security to latest version (#16044)
---
 dubbo-plugin/dubbo-security/pom.xml | 2 +-
 pom.xml                             | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dubbo-plugin/dubbo-security/pom.xml 
b/dubbo-plugin/dubbo-security/pom.xml
index 9e4f7a8cd4..61de6ad90b 100644
--- a/dubbo-plugin/dubbo-security/pom.xml
+++ b/dubbo-plugin/dubbo-security/pom.xml
@@ -103,7 +103,7 @@
         <artifactId>protobuf-maven-plugin</artifactId>
         <version>${maven_protobuf_plugin_version}</version>
         <configuration>
-          
<protocArtifact>com.google.protobuf:protoc:${protobuf-protoc_version}:exe:${os.detected.classifier}</protocArtifact>
+          
<protocArtifact>com.google.protobuf:protoc:${protobuf-java_version}:exe:${os.detected.classifier}</protocArtifact>
           <pluginId>grpc-java</pluginId>
           
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc_version}:exe:${os.detected.classifier}</pluginArtifact>
         </configuration>
diff --git a/pom.xml b/pom.xml
index b03d6b7f26..91115f0fbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,9 +168,10 @@
     <spring-security-6.version>6.5.7</spring-security-6.version>
     <spring-boot-3.version>3.5.9</spring-boot-3.version>
 
-    <protobuf-protoc_version>3.22.3</protobuf-protoc_version>
+    <!-- protobuf-java_version should be same as protobuf-java_version at 
dubbo-dependencies-bom -->
+    <protobuf-java_version>4.33.4</protobuf-java_version>
     <!-- grpc_version should be same as grpc.version at dubbo-dependencies-bom 
-->
-    <grpc_version>1.73.0</grpc_version>
+    <grpc_version>1.78.0</grpc_version>
     <spotless-maven-plugin.version>2.46.1</spotless-maven-plugin.version>
     <dubbo-shared-resources.version>1.0.0</dubbo-shared-resources.version>
     <palantirJavaFormat.version>2.38.0</palantirJavaFormat.version>

Reply via email to