This is an automated email from the ASF dual-hosted git repository.
albumenj 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 bda147af2e Bump protobuf-java_version from 3.25.5 to 3.25.6 (#15095)
bda147af2e is described below
commit bda147af2e7d1a74313106f28fc1709a29f1ccc7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 27 16:21:27 2025 +0800
Bump protobuf-java_version from 3.25.5 to 3.25.6 (#15095)
Bumps `protobuf-java_version` from 3.25.5 to 3.25.6.
Updates `com.google.protobuf:protobuf-java` from 3.25.5 to 3.25.6
- [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.25.5...v3.25.6)
Updates `com.google.protobuf:protobuf-java-util` from 3.25.5 to 3.25.6
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-dependencies-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 748ebf4e38..c6e9c65838 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -105,7 +105,7 @@
<curator_version>5.7.1</curator_version>
<curator_test_version>2.12.0</curator_test_version>
<hessian_version>4.0.66</hessian_version>
- <protobuf-java_version>3.25.5</protobuf-java_version>
+ <protobuf-java_version>3.25.6</protobuf-java_version>
<jsr305_version>3.0.2</jsr305_version>
<javax_annotation-api_version>1.3.2</javax_annotation-api_version>
<servlet_version>3.1.0</servlet_version>