Skip to content

Commit

Permalink
Bump protoc from 3.20.0 to 3.20.1
Browse files Browse the repository at this point in the history
Bumps [protoc](https://github.com/protocolbuffers/protobuf) from 3.20.0 to 3.20.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.20.0...v3.20.1)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2022
1 parent fbb0429 commit ab03f59
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 ab03f59

Please sign in to comment.