diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-30 17:14:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-30 17:14:50 -0700 |
| commit | 8d967c0946609c2da15e60f055c4d1c674330119 (patch) | |
| tree | dc5c1d0b00c082aa735a192e475a4c672a6501a5 | |
| parent | f63e632244f81a764334aba611f30a4a7b0cc8b3 (diff) | |
| download | seaweedfs-8d967c0946609c2da15e60f055c4d1c674330119.tar.xz seaweedfs-8d967c0946609c2da15e60f055c4d1c674330119.zip | |
chore(deps): bump io.grpc:grpc-netty-shaded from 1.68.1 to 1.75.0 in /other/java/client (#7290)
chore(deps): bump io.grpc:grpc-netty-shaded in /other/java/client
Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) from 1.68.1 to 1.75.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.68.1...v1.75.0)
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty-shaded
dependency-version: 1.75.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | other/java/client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 03de3f5e1..682582f7b 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -33,7 +33,7 @@ <properties> <protobuf.version>3.25.5</protobuf.version> <!-- follow https://github.com/grpc/grpc-java --> - <grpc.version>1.68.1</grpc.version> + <grpc.version>1.75.0</grpc.version> <guava.version>32.0.0-jre</guava.version> </properties> |
