From 4f627392341beb24bb86e550f1430f5681eb62de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 08:25:16 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 4.29.3 to 4.31.0 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.29.3 to 4.31.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/v4.31.0) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.31.0 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 3aa897e..107148f 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4' testImplementation 'com.android.tools.build:gradle:8.8.1' - implementation 'com.google.protobuf:protobuf-java:4.29.3' + implementation 'com.google.protobuf:protobuf-java:4.31.0' testImplementation 'io.netty:netty-codec-http:4.1.118.Final' testImplementation 'io.netty:netty-codec-http2:4.1.118.Final'