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

albumenj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git


The following commit(s) were added to refs/heads/main by this push:
     new 4c4df8bd Bump com.google.protobuf:protobuf-java (#44)
4c4df8bd is described below

commit 4c4df8bd0f464fec678a45a3854047f762ff1d0e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 2 09:55:21 2024 +0800

    Bump com.google.protobuf:protobuf-java (#44)
    
    Bumps 
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
 from 3.22.2 to 3.25.5.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - 
[Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
    - 
[Commits](https://github.com/protocolbuffers/protobuf/compare/v3.22.2...v3.25.5)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 99-integration/dubbo-samples-test-13078/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/99-integration/dubbo-samples-test-13078/pom.xml 
b/99-integration/dubbo-samples-test-13078/pom.xml
index 2c7ac926..38c513d4 100644
--- a/99-integration/dubbo-samples-test-13078/pom.xml
+++ b/99-integration/dubbo-samples-test-13078/pom.xml
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>com.google.protobuf</groupId>
             <artifactId>protobuf-java</artifactId>
-            <version>3.22.2</version>
+            <version>3.25.5</version>
         </dependency>
 
         <dependency>

Reply via email to