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 a07a247Copy full SHA for a07a247
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.1")
+ implementation("io.grpc:grpc-protobuf:1.82.1")
+ implementation("io.grpc:grpc-stub:1.82.1")
15
}
16
17
information {
0 commit comments