Skip to content

Commit

Permalink
build(deps): 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.44.1 to 1.61.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.44.1...v1.61.1)

---
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 Feb 5, 2024
1 parent 19798a3 commit 7671850
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 @@ -30,7 +30,7 @@ dependencies {
implementation("io.grpc:grpc-kotlin-stub:1.2.1")
implementation("io.grpc:grpc-stub:1.57.2")
implementation("io.grpc:grpc-protobuf:1.57.2")
runtimeOnly("io.grpc:grpc-netty-shaded:1.44.1")
runtimeOnly("io.grpc:grpc-netty-shaded:1.61.1")
implementation("com.google.protobuf:protobuf-java:3.21.7")
implementation("com.google.protobuf:protobuf-kotlin:3.21.7")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
Expand Down

0 comments on commit 7671850

Please sign in to comment.