Skip to content

Commit 612792b

Browse files
Bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.2 (#66)
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.1 to 3.25.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.25.1...v3.25.2) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d08b32 commit 612792b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digitalassetlinks/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ tasks.whenTaskAdded { task ->
148148

149149
dependencies {
150150
compileOnly 'androidx.annotation:annotation:1.6.0'
151-
testImplementation 'com.google.protobuf:protobuf-java:3.25.1'
151+
testImplementation 'com.google.protobuf:protobuf-java:3.25.2'
152152
testImplementation 'junit:junit:4.13.2'
153153
testImplementation 'org.mockito:mockito-inline:5.2.0'
154154
testImplementation 'org.robolectric:robolectric:4.11.1'

0 commit comments

Comments
 (0)