From 36a79834ddcfdd63179008c22178ed0ed3d7ba9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:06:40 -0700 Subject: [PATCH] Bump com.google.protobuf from 0.9.3 to 0.9.4 (#51) Bumps com.google.protobuf from 0.9.3 to 0.9.4. --- updated-dependencies: - dependency-name: com.google.protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- digitalassetlinks/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitalassetlinks/build.gradle b/digitalassetlinks/build.gradle index 63e1b74..67da7ee 100644 --- a/digitalassetlinks/build.gradle +++ b/digitalassetlinks/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.android.library' - id 'com.google.protobuf' version "0.9.3" + id 'com.google.protobuf' version "0.9.4" id 'maven-publish' id 'signing' }