Skip to content

Commit 13ff1c9

Browse files
Update grpc-java monorepo to v1.78.0
1 parent f8d9ced commit 13ff1c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ asm = "9.9"
55
checkerQual = "3.52.1"
66
coroutines = "1.10.2"
77
dokka = "2.0.0"
8-
grpc = "1.76.0"
8+
grpc = "1.78.0"
99
gson = "2.13.2"
1010
guava = "32.1.3-jre"
1111
javapoet = "0.9.0"

wire-reflector/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
api(projects.wireSchema)
1515
implementation(libs.okio.core)
1616
api(libs.guava)
17-
implementation("io.grpc:grpc-protobuf:1.76.0")
17+
implementation("io.grpc:grpc-protobuf:1.78.0")
1818
implementation("com.google.protobuf:protoc:4.33.1")
1919

2020
testImplementation(projects.wireTestUtils)

0 commit comments

Comments
 (0)