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 0e25c0c commit 0276a9eCopy full SHA for 0276a9e
build.gradle.kts
@@ -47,9 +47,9 @@ dependencies {
47
implementation("com.squareup.okhttp3:logging-interceptor:5.1.0")
48
implementation("org.jetbrains.kotlin:kotlin-reflect")
49
// GRPC Dependencies
50
- implementation("io.grpc:grpc-netty-shaded:1.71.0")
51
- implementation("io.grpc:grpc-stub:1.71.0")
52
- implementation("io.grpc:grpc-protobuf:1.71.0")
+ implementation("io.grpc:grpc-netty-shaded:1.75.0")
+ implementation("io.grpc:grpc-stub:1.75.0")
+ implementation("io.grpc:grpc-protobuf:1.75.0")
53
implementation("jakarta.annotation:jakarta.annotation-api:2.1.1")
54
}
55
0 commit comments