From b86c4326618eece174d06a9efd173f98c4e1cafb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:55:57 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.25.2 to 3.25.3 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.2 to 3.25.3. - [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.25.2...v3.25.3) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- digitalassetlinks/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitalassetlinks/build.gradle b/digitalassetlinks/build.gradle index 16b534c..58bca19 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.25.2' + testImplementation 'com.google.protobuf:protobuf-java:3.25.3' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-inline:5.2.0' testImplementation 'org.robolectric:robolectric:4.11.1'