From ccbc0391bba082aa270e562a9048e315d1a7726b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 03:15:08 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.24.3 to 3.25.1 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.24.3 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.24.3...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6dd0547..706d35a 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { compile 'org.json:json:20230618' compile 'com.github.paipaipaipai:FilecoinJ:0.1.1' - compile 'com.google.protobuf:protobuf-java:3.24.3' + compile 'com.google.protobuf:protobuf-java:3.25.1' compile 'com.github.lailaibtc:trident:0.0.3'