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 ee69057112 chore(deps): bump io.grpc:grpc-protobuf (#6100)
ee69057112 is described below
commit ee6905711223e66676642168bb8763ff45e9306b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 14 19:06:41 2025 +0800
chore(deps): bump io.grpc:grpc-protobuf (#6100)
Bumps [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) from
1.53.0 to 1.54.2.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.53.0...v1.54.2)
---
updated-dependencies:
- dependency-name: io.grpc:grpc-protobuf
dependency-version: 1.54.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.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 9b233bf059..bbeef2f4ac 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
@@ -38,7 +38,7 @@
<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>
+ <grpc.version>1.54.2</grpc.version>
<auto-value-annotations.version>1.9</auto-value-annotations.version>
</properties>