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 f3c9ca0 Bump com.google.protobuf:protobuf-java (#17)
f3c9ca0 is described below
commit f3c9ca0b7a33c84a938c0d3c4ec5e916984aeca1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 26 15:41:14 2024 +0800
Bump com.google.protobuf:protobuf-java (#17)
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-provider/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-provider/pom.xml
b/9-dubbo-spi-serialize-samples/samples-spi-serialization/samples-spi-serialization-protobuf/protobuf-provider/pom.xml
index 82544bc..27b0b94 100644
---
a/9-dubbo-spi-serialize-samples/samples-spi-serialization/samples-spi-serialization-protobuf/protobuf-provider/pom.xml
+++
b/9-dubbo-spi-serialize-samples/samples-spi-serialization/samples-spi-serialization-protobuf/protobuf-provider/pom.xml
@@ -35,7 +35,7 @@
<zookeeper.version>3.8.4</zookeeper.version>
<metrics.version>4.1.12.1</metrics.version>
<snappy.version>1.1.10.5</snappy.version>
- <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>