Skip to content

Commit

Permalink
Update dependency com.google.protobuf:protoc to v4.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 67b73b5 commit 5378fb1
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 5378fb1

Please sign in to comment.