Skip to content

Commit

Permalink
Merge pull request #3193 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.29.1
  • Loading branch information
oldergod authored Dec 9, 2024
2 parents e20d91f + 5378fb1 commit aee4925
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.68.2")
implementation("com.google.protobuf:protoc:4.28.3")
implementation("com.google.protobuf:protoc:4.29.1")

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

0 comments on commit aee4925

Please sign in to comment.