From 555f6f7dbf471d0256fce236fd44ee82a99e4166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 20:07:30 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf from 0.8.14 to 0.8.15 Bumps com.google.protobuf from 0.8.14 to 0.8.15. Signed-off-by: dependabot[bot] --- protobuf/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf/build.gradle b/protobuf/build.gradle index c2f0aed..6416f4e 100644 --- a/protobuf/build.gradle +++ b/protobuf/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.google.protobuf" version "0.8.14" + id "com.google.protobuf" version "0.8.15" } dependencies {