We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1b6c6 commit 0bcb3e3Copy full SHA for 0bcb3e3
scheduler/data-flow/build.gradle.kts
@@ -33,9 +33,9 @@ dependencies {
33
34
// gRPC
35
implementation("io.grpc:grpc-kotlin-stub:1.4.1")
36
- implementation("io.grpc:grpc-stub:1.62.2")
37
- implementation("io.grpc:grpc-protobuf:1.62.2")
38
- runtimeOnly("io.grpc:grpc-netty-shaded:1.62.2")
+ implementation("io.grpc:grpc-stub:1.63.0")
+ implementation("io.grpc:grpc-protobuf:1.63.0")
+ runtimeOnly("io.grpc:grpc-netty-shaded:1.63.0")
39
implementation("com.google.protobuf:protobuf-java:3.25.3")
40
implementation("com.google.protobuf:protobuf-kotlin:3.25.3")
41
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
0 commit comments