From 746ba6f57c0fb58a30ef3d7654e08f4fb3626da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 08:49:01 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.21.8 to 4.26.1 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.8 to 4.26.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/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 10c960c..5ece6db 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { testImplementation 'com.android.tools.build:gradle:8.2.2' testImplementation 'com.android.tools.build:gradle-core:3.1.4' - implementation 'com.google.protobuf:protobuf-java:3.21.8' + implementation 'com.google.protobuf:protobuf-java:4.26.1' testImplementation 'io.netty:netty-codec-http:4.1.106.Final' testImplementation 'io.netty:netty-codec-http2:4.1.106.Final'