From 44b068ec5f96f5d0492d1480c6bbb26a2a2f557f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:57:20 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.25.3 to 4.28.0 in /wallet Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.28.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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- wallet/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/build.gradle b/wallet/build.gradle index d228e1d..03e58fc 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -57,7 +57,7 @@ android { implementation 'com.google.guava:guava:23.0' //TODO ToStringHelper update for 19.0+ implementation 'com.google.code.findbugs:jsr305:3.0.2' // most recent as of 7/2023 implementation 'com.madgag.spongycastle:core:1.58.0.0' // most recent as of 7/2023 - implementation 'com.google.protobuf:protobuf-java:3.25.3' // most used as of 7/23/2024 + implementation 'com.google.protobuf:protobuf-java:4.28.0' // most used as of 7/23/2024 implementation 'com.google.zxing:core:3.5.3' //most recent as of 7/23/2024 implementation 'ch.acra:acra:4.11.1' //most recent as of 10/2023 implementation 'com.android.support:support-v4-preferencefragment:1.0.0@aar'