From 78a23bcddbfc9447e7fbe342d8c296083bae450a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:08:45 -0700 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.23.1 to 3.25.1 (#64) Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.23.1 to 3.25.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.23.1...v3.25.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... 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 67da7ee..671fb25 100644 --- a/digitalassetlinks/build.gradle +++ b/digitalassetlinks/build.gradle @@ -148,7 +148,7 @@ tasks.whenTaskAdded { task -> dependencies { compileOnly 'androidx.annotation:annotation:1.6.0' - testImplementation 'com.google.protobuf:protobuf-java:3.23.1' + testImplementation 'com.google.protobuf:protobuf-java:3.25.1' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-inline:5.2.0' testImplementation 'org.robolectric:robolectric:4.10.3'