From 21b254fa9483337d65904f61a8d642f5fe405153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:02:24 +0000 Subject: [PATCH] Bump protobufVersion from 4.32.0 to 4.32.1 Bumps `protobufVersion` from 4.32.0 to 4.32.1. Updates `com.google.protobuf:protobuf-javalite` from 4.32.0 to 4.32.1 Updates `com.google.protobuf:protoc` from 4.32.0 to 4.32.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-javalite dependency-version: 4.32.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-version: 4.32.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extractor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/build.gradle b/extractor/build.gradle index 940a9223b..722ccb6f2 100644 --- a/extractor/build.gradle +++ b/extractor/build.gradle @@ -28,7 +28,7 @@ checkstyleTest { ext { rhinoVersion = '1.8.0' - protobufVersion = '4.32.0' + protobufVersion = '4.32.1' } dependencies {