This is an automated email from the ASF dual-hosted git repository. liuhongyu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push: new d68b470121 Bump com.google.protobuf:protobuf-java (#5665) d68b470121 is described below commit d68b470121552bbca860d970c1732e60f92b4dab Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Sep 23 16:48:05 2024 +0800 Bump com.google.protobuf:protobuf-java (#5665) Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.7 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.21.7...v3.25.5) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aias00 <rok...@163.com> --- .../shenyu-examples-sofa/shenyu-examples-sofa-service/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/pom.xml b/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/pom.xml index 6cef108616..56fef17cdb 100644 --- a/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/pom.xml +++ b/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/pom.xml @@ -35,7 +35,7 @@ <sofa-common-tools.version>2.1.1</sofa-common-tools.version> <commons-io.version>2.15.1</commons-io.version> <httpclient.version>4.5.13</httpclient.version> - <protobuf-java.version>3.21.7</protobuf-java.version> + <protobuf-java.version>3.25.5</protobuf-java.version> <zookeeper.version>3.5.7</zookeeper.version> <guava.version>32.1.2-jre</guava.version> <grpc.version>1.53.0</grpc.version>