From ab03f59ff4c37c30747adc0d53291f0c96d42bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 22:20:14 +0000 Subject: [PATCH] Bump protoc from 3.20.0 to 3.20.1 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](https://github.com/protocolbuffers/protobuf/compare/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e8de840..cca29af 100644 --- a/build.gradle +++ b/build.gradle @@ -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 -> }