Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Bump grpc-protobuf from 1.32.2 to 1.53.0 in /examples
Browse files Browse the repository at this point in the history
Bumps [grpc-protobuf](https://github.com/grpc/grpc-java) from 1.32.2 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.32.2...v1.53.0)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 5, 2023
1 parent baa6868 commit 8f8d128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -13,7 +13,7 @@
<!-- change to the version you want to use. -->
<jetty.version>9.4.41.v20210516</jetty.version>
<opencensus.version>0.28.3</opencensus.version> <!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
<grpc.version>1.32.2</grpc.version> <!-- CURRENT_GRPC_VERSION -->
<grpc.version>1.53.0</grpc.version> <!-- CURRENT_GRPC_VERSION -->
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 8f8d128

Please sign in to comment.