Skip to content

Commit

Permalink
Merge pull request #3211 from square/renovate/grpc-java-monorepo
Browse files Browse the repository at this point in the history
Update grpc-java monorepo to v1.69.0
  • Loading branch information
oldergod authored Dec 10, 2024
2 parents aad1c07 + 9f0e333 commit d049bff
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.3"
checkerQual = "3.48.3"
coroutines = "1.9.0"
dokka = "1.9.20"
grpc = "1.68.2"
grpc = "1.69.0"
gson = "2.11.0"
guava = "32.0.1-jre"
javapoet = "0.6.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.68.2")
implementation("io.grpc:grpc-protobuf:1.69.0")
implementation("com.google.protobuf:protoc:4.29.1")

testImplementation(projects.wireTestUtils)
Expand Down

0 comments on commit d049bff

Please sign in to comment.