From 143e273240ad73d441b95c9da06edf03944c6e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 09:28:08 +0000 Subject: [PATCH] build(deps): bump protobufVersion in /packages/dsl-java Bumps `protobufVersion` from 3.25.2 to 4.31.1. Updates `com.google.protobuf:protobuf-java` from 3.25.2 to 4.31.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/compare/v3.25.2...v4.31.1) Updates `com.google.protobuf:protobuf-java-util` from 3.25.2 to 4.31.1 Updates `com.google.protobuf:protoc` from 3.25.2 to 4.31.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/compare/v3.25.2...v4.31.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.31.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.31.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc dependency-version: 4.31.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 7c92cbe1c..7efc74b29 100644 --- a/packages/dsl-java/build.gradle +++ b/packages/dsl-java/build.gradle @@ -26,7 +26,7 @@ tasks.withType(Javadoc).configureEach { def caseCoreVersion = "0.24.0" def grpcVersion = "1.73.0" -def protobufVersion = "3.25.2" +def protobufVersion = "4.31.1" def junitVersion = "5.13.1" dependencies {