Skip to content

Commit

Permalink
Merge pull request #17 from yuzawa-san/dependabot/gradle/com.google.p…
Browse files Browse the repository at this point in the history
…rotobuf-protoc-3.20.1

Bump protoc from 3.20.0 to 3.20.1
  • Loading branch information
yuzawa-san authored Apr 26, 2022
2 parents fbb0429 + ab03f59 commit 2305f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ test {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.20.0"
artifact = "com.google.protobuf:protoc:3.20.1"
}
generateProtoTasks {
all().each { task -> }
Expand Down

0 comments on commit 2305f60

Please sign in to comment.