Skip to content

Commit

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

---
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 Jun 27, 2022
1 parent 06abf33 commit a1d9e13
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 @@ -300,7 +300,7 @@ test {

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

0 comments on commit a1d9e13

Please sign in to comment.