From 5535e406da8bb77e8485eda1ec3085ad9a733efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:42:41 +0000 Subject: [PATCH] build(deps): bump protobufVersion in /packages/dsl-java Bumps `protobufVersion` from 3.25.2 to 4.32.1. Updates `com.google.protobuf:protobuf-java` from 3.25.2 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) Updates `com.google.protobuf:protobuf-java-util` from 3.25.2 to 4.32.1 Updates `com.google.protobuf:protoc` from 3.25.2 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-java dependency-version: 4.32.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.32.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc dependency-version: 4.32.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/dsl-java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dsl-java/build.gradle b/packages/dsl-java/build.gradle index 384f0fe8f..e23ba0846 100644 --- a/packages/dsl-java/build.gradle +++ b/packages/dsl-java/build.gradle @@ -25,7 +25,7 @@ tasks.withType(Javadoc).configureEach { } def grpcVersion = "1.75.0" -def protobufVersion = "3.25.2" +def protobufVersion = "4.32.1" def junitVersion = "6.0.0" dependencies {