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 726e8f74 Bump com.google.protobuf:protobuf-java (#43)
726e8f74 is described below
commit 726e8f7465f3e475f7d707b8e4cd4d4dcdc88194
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 29 10:07:20 2024 +0800
Bump com.google.protobuf:protobuf-java (#43)
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-13580/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/99-integration/dubbo-samples-test-13580/pom.xml
b/99-integration/dubbo-samples-test-13580/pom.xml
index a29b152b..10b3c567 100644
--- a/99-integration/dubbo-samples-test-13580/pom.xml
+++ b/99-integration/dubbo-samples-test-13580/pom.xml
@@ -131,7 +131,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.22.2</version>
+ <version>3.25.5</version>
</dependency>
<dependency>