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 0fd9850 commit c7a4e04Copy full SHA for c7a4e04
1 file changed
plugin/build.gradle.kts
@@ -9,9 +9,9 @@ plugins {
9
dependencies {
10
implementation(project(":api"))
11
12
- implementation("io.grpc:grpc-okhttp:1.80.0")
13
- implementation("io.grpc:grpc-protobuf:1.80.0")
14
- implementation("io.grpc:grpc-stub:1.80.0")
+ implementation("io.grpc:grpc-okhttp:1.82.2")
+ implementation("io.grpc:grpc-protobuf:1.82.2")
+ implementation("io.grpc:grpc-stub:1.82.2")
15
}
16
17
information {
0 commit comments