Skip to content

Commit

Permalink
Bump io.grpc:grpc-netty-shaded in /scheduler/data-flow
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) from 1.65.0 to 1.69.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.65.0...v1.69.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 9cb6b63 commit 9bc82a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/data-flow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation("io.grpc:grpc-kotlin-stub:1.4.1")
implementation("io.grpc:grpc-stub:1.65.0")
implementation("io.grpc:grpc-protobuf:1.65.0")
runtimeOnly("io.grpc:grpc-netty-shaded:1.65.0")
runtimeOnly("io.grpc:grpc-netty-shaded:1.69.0")
implementation("com.google.protobuf:protobuf-java") {
version {
strictly("[4.27.2,)")
Expand Down

0 comments on commit 9bc82a5

Please sign in to comment.