Skip to content

Commit 0bcb3e3

Browse files
authored
build(deps): bump io.grpc:grpc* from 1.62.2 to 1.63.0 in scheduler/dataflow (SeldonIO#5522)
Update confirmed working in kind, with simple pipeline inferencing test
1 parent 3c1b6c6 commit 0bcb3e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scheduler/data-flow/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ dependencies {
3333

3434
// gRPC
3535
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")
36+
implementation("io.grpc:grpc-stub:1.63.0")
37+
implementation("io.grpc:grpc-protobuf:1.63.0")
38+
runtimeOnly("io.grpc:grpc-netty-shaded:1.63.0")
3939
implementation("com.google.protobuf:protobuf-java:3.25.3")
4040
implementation("com.google.protobuf:protobuf-kotlin:3.25.3")
4141
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")

0 commit comments

Comments
 (0)