Skip to content

Commit

Permalink
Update grpc-java monorepo to v1.65.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent 25fbe6c commit 87e04ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ assertj = "3.26.0"
checkerQual = "3.45.0"
coroutines = "1.8.1"
dokka = "1.9.20"
grpc = "1.65.0"
grpc = "1.65.1"
gson = "2.11.0"
guava = "32.0.1-jre"
javapoet = "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion wire-reflector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
api(projects.wireSchema)
implementation(libs.okio.core)
api(libs.guava)
implementation("io.grpc:grpc-protobuf:1.65.0")
implementation("io.grpc:grpc-protobuf:1.65.1")
implementation("com.google.protobuf:protoc:4.27.2")

testImplementation(projects.wireTestUtils)
Expand Down

0 comments on commit 87e04ec

Please sign in to comment.