Skip to content

Commit

Permalink
build(deps-dev): bump grpc-protobuf.version from 1.68.2 to 1.69.0 (#2173
Browse files Browse the repository at this point in the history
)

Bumps `grpc-protobuf.version` from 1.68.2 to 1.69.0.

Updates `io.grpc:grpc-protobuf` from 1.68.2 to 1.69.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.2...v1.69.0)

Updates `io.grpc:grpc-stub` from 1.68.2 to 1.69.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.2...v1.69.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 9acadaf commit 8a01d5b
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.68.2</grpc-protobuf.version>
<grpc-protobuf.version>1.69.0</grpc-protobuf.version>
<authzed.version>1.1.1</authzed.version>
<protobuf-java.version>4.29.1</protobuf-java.version>
</properties>
Expand Down

0 comments on commit 8a01d5b

Please sign in to comment.