Skip to content

Commit

Permalink
build(deps-dev): bump grpc-protobuf.version from 1.65.1 to 1.66.0
Browse files Browse the repository at this point in the history
Bumps `grpc-protobuf.version` from 1.65.1 to 1.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)

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)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Fameing committed Aug 12, 2024
1 parent 86e116b commit c8bd1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-spicedb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>embedded-spicedb</artifactId>

<properties>
<grpc-protobuf.version>1.65.1</grpc-protobuf.version>
<grpc-protobuf.version>1.66.0</grpc-protobuf.version>
<authzed.version>0.9.0</authzed.version>
</properties>

Expand Down

0 comments on commit c8bd1fe

Please sign in to comment.