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 677457c commit 670bc61Copy full SHA for 670bc61
build.gradle.kts
@@ -332,8 +332,8 @@ dependencies {
332
implementation(jsoup)
333
implementation("com.google.protobuf:protobuf-java:4.30.0")
334
implementation("com.google.protobuf:protobuf-kotlin-lite:4.30.0")
335
- implementation("io.grpc:grpc-stub:1.15.1")
336
- implementation("io.grpc:grpc-protobuf:1.15.1")
+ implementation("io.grpc:grpc-stub:1.71.0")
+ implementation("io.grpc:grpc-protobuf:1.71.0")
337
338
339
testImplementation(mockk)
0 commit comments