Skip to content

Commit

Permalink
Merge pull request #3158 from square/renovate/grpc-java-monorepo
Browse files Browse the repository at this point in the history
Update grpc-java monorepo to v1.68.1
  • Loading branch information
oldergod authored Nov 4, 2024
2 parents ca7a2b2 + 5419297 commit c5c0dfe
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.2"
coroutines = "1.9.0"
dokka = "1.9.20"
grpc = "1.68.0"
grpc = "1.68.1"
gson = "2.11.0"
guava = "32.0.1-jre"
javapoet = "0.5.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.0")
implementation("io.grpc:grpc-protobuf:1.68.1")
implementation("com.google.protobuf:protoc:4.28.3")

testImplementation(projects.wireTestUtils)
Expand Down

0 comments on commit c5c0dfe

Please sign in to comment.