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 f8d9ced commit 13ff1c9Copy full SHA for 13ff1c9
gradle/libs.versions.toml
@@ -5,7 +5,7 @@ asm = "9.9"
5
checkerQual = "3.52.1"
6
coroutines = "1.10.2"
7
dokka = "2.0.0"
8
-grpc = "1.76.0"
+grpc = "1.78.0"
9
gson = "2.13.2"
10
guava = "32.1.3-jre"
11
javapoet = "0.9.0"
wire-reflector/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
api(projects.wireSchema)
15
implementation(libs.okio.core)
16
api(libs.guava)
17
- implementation("io.grpc:grpc-protobuf:1.76.0")
+ implementation("io.grpc:grpc-protobuf:1.78.0")
18
implementation("com.google.protobuf:protoc:4.33.1")
19
20
testImplementation(projects.wireTestUtils)
0 commit comments