Skip to content

Commit

Permalink
chore(deps): bump io.grpc:grpc-stub from 1.64.0 to 1.68.1
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from 1.64.0 to 1.68.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.64.0...v1.68.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent ada0f81 commit de2af20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdfc-orchestrator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
// gRPC
implementation("io.grpc:grpc-netty:1.64.0")
implementation("io.grpc:grpc-protobuf:1.64.0")
implementation("io.grpc:grpc-stub:1.64.0")
implementation("io.grpc:grpc-stub:1.68.1")
implementation("io.grpc:grpc-kotlin-stub:1.4.1")
implementation("com.google.protobuf:protobuf-kotlin:4.27.1")

Expand Down

0 comments on commit de2af20

Please sign in to comment.