diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-13 11:54:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 11:54:35 -0800 |
| commit | ca53094777f3a7845aa3cdfe5419ed36d4651143 (patch) | |
| tree | fe6453ffcd0e1d5f4c197d661004905d8ec7dd18 | |
| parent | 1397b1ca09942da0a26c42444fc4a3eff316d4d7 (diff) | |
| download | seaweedfs-ca53094777f3a7845aa3cdfe5419ed36d4651143.tar.xz seaweedfs-ca53094777f3a7845aa3cdfe5419ed36d4651143.zip | |
Bump io.grpc:grpc-protobuf from 1.23.0 to 1.53.0 in /other/java/client (#5103)
Bumps [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) from 1.23.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.23.0...v1.53.0)
---
updated-dependencies:
- dependency-name: io.grpc:grpc-protobuf
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 2b3112d86..cc342dc08 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -16,7 +16,7 @@ <properties> <protobuf.version>3.16.3</protobuf.version> <!-- follow https://github.com/grpc/grpc-java --> - <grpc.version>1.23.0</grpc.version> + <grpc.version>1.53.0</grpc.version> <guava.version>32.0.0-jre</guava.version> </properties> |
