Skip to content

Commit

Permalink
Merge pull request #2978 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.1
  • Loading branch information
oldergod committed Jun 7, 2024
2 parents 23602a3 + 5ff15a6 commit 731caed
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.0")
implementation("com.google.protobuf:protoc:4.27.1")

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

0 comments on commit 731caed

Please sign in to comment.