Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency com.google.protobuf:protoc to v3.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 27, 2023
1 parent 9762562 commit aaf4701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobufs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sourceSets {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.23.1"
artifact = "com.google.protobuf:protoc:3.23.2"
}

plugins {
Expand Down

0 comments on commit aaf4701

Please sign in to comment.