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.
2 parents c2c51b3 + 670bc61 commit 54d02f1Copy full SHA for 54d02f1
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