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

songxiaosheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-samples.git


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

commit 7696eecfa0080f5e09e1d3ef6a1a9a83c0f08d92
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 29 16:41:02 2024 +0800

    Bump com.google.protobuf:protobuf-java (#18)
    
    Bumps 
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
 from 3.24.3 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.24.3...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>
---
 .../samples-spi-serialization-protobuf/protobuf-consumer/pom.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/9-dubbo-spi-serialize-samples/samples-spi-serialization/samples-spi-serialization-protobuf/protobuf-consumer/pom.xml
 
b/9-dubbo-spi-serialize-samples/samples-spi-serialization/samples-spi-serialization-protobuf/protobuf-consumer/pom.xml
index 03d1624..87ba957 100644
--- 
a/9-dubbo-spi-serialize-samples/samples-spi-serialization/samples-spi-serialization-protobuf/protobuf-consumer/pom.xml
+++ 
b/9-dubbo-spi-serialize-samples/samples-spi-serialization/samples-spi-serialization-protobuf/protobuf-consumer/pom.xml
@@ -31,7 +31,7 @@
         <maven.compiler.target>1.8</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-        <protobuf-java.version>3.24.3</protobuf-java.version>
+        <protobuf-java.version>3.25.5</protobuf-java.version>
         <junit.version>4.13.1</junit.version>
     </properties>
 

Reply via email to