From b75975682a5e4d32c37881515dfc07b3467221d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 10:18:43 +0200 Subject: [PATCH] Bump protoc from 3.16.0 to 3.17.1 (#43) Bumps [protoc](https://github.com/protocolbuffers/protobuf) from 3.16.0 to 3.17.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4a92e18..0936386 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ dependencies { protobuf { protoc { - artifact = 'com.google.protobuf:protoc:3.16.0' + artifact = 'com.google.protobuf:protoc:3.17.1' } plugins { javalite {