From 8cc66e9e7d4841e221027f2d009a4cc17c455d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:47:37 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.21.8 to 4.29.3 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.8 to 4.29.3. - [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..8daa127 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.29.3' testImplementation 'io.netty:netty-codec-http:4.1.106.Final' testImplementation 'io.netty:netty-codec-http2:4.1.106.Final'