Skip to content

Commit 507ff39

Browse files
Bump com.google.protobuf:protobuf-java from 3.25.3 to 4.33.0 in /wallet
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.33.0. - [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/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cef1c3 commit 507ff39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wallet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
implementation 'com.google.guava:guava:23.0' //TODO ToStringHelper update for 19.0+
5858
implementation 'com.google.code.findbugs:jsr305:3.0.2' // most recent as of 7/2023
5959
implementation 'com.madgag.spongycastle:core:1.58.0.0' // most recent as of 7/2023
60-
implementation 'com.google.protobuf:protobuf-java:3.25.3' // march2025
60+
implementation 'com.google.protobuf:protobuf-java:4.33.0' // march2025
6161
implementation 'com.google.zxing:core:3.5.3' // march2025
6262
implementation 'ch.acra:acra:4.11.1' // startpullingfromnewlocation
6363
implementation 'com.android.support:support-v4-preferencefragment:1.0.0@aar'

0 commit comments

Comments
 (0)