Skip to content

Commit

Permalink
Update dependency com.google.protobuf:protoc to v4.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 6, 2024
1 parent 3a78a10 commit 5ff15a6
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 5ff15a6

Please sign in to comment.