Skip to content

Commit

Permalink
Merge pull request #3007 from square/renovate/com.google.protobuf-pro…
Browse files Browse the repository at this point in the history
…toc-4.x

Update dependency com.google.protobuf:protoc to v4.27.2
  • Loading branch information
oldergod committed Jun 26, 2024
2 parents 9d25d6d + 595a7a0 commit b0e8c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wire-reflector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation(libs.okio.core)
api(libs.guava)
implementation("io.grpc:grpc-protobuf:1.64.0")
implementation("com.google.protobuf:protoc:4.27.1")
implementation("com.google.protobuf:protoc:4.27.2")

testImplementation(projects.wireTestUtils)
testImplementation(libs.junit)
Expand Down

0 comments on commit b0e8c81

Please sign in to comment.