From 71b60d9c135016707cce751b006ec27d4600e1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 08:35:56 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 4.29.3 to 4.30.2 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.29.3 to 4.30.2. - [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.30.2) --- 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 3aa897e..9bb2911 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.30.2' testImplementation 'io.netty:netty-codec-http:4.1.118.Final' testImplementation 'io.netty:netty-codec-http2:4.1.118.Final'