Skip to content

Commit

Permalink
Bump grpc.stub.version from 1.65.1 to 1.66.0 (#73)
Browse files Browse the repository at this point in the history
Bumps `grpc.stub.version` from 1.65.1 to 1.66.0.

Updates `io.grpc:grpc-api` from 1.65.1 to 1.66.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.65.1...v1.66.0)

Updates `io.grpc:grpc-stub` from 1.65.1 to 1.66.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.65.1...v1.66.0)

Updates `io.grpc:grpc-protobuf` from 1.65.1 to 1.66.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.65.1...v1.66.0)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 7594db1 commit dc204db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<properties>
<!--Dependency versions-->
<grpc.stub.version>1.65.1</grpc.stub.version>
<grpc.stub.version>1.66.0</grpc.stub.version>
<guava.version>33.2.1-jre</guava.version>
<jax.annotations.version>1.3.2</jax.annotations.version>
<pekko.grpc.version>1.0.2</pekko.grpc.version>
Expand Down

0 comments on commit dc204db

Please sign in to comment.