From 955a4002fdb654c6a2e2fa2eb08a57ea09b0379b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 01:29:45 +0000 Subject: [PATCH] build(deps): bump protobufVersion in /packages/dsl-java Bumps `protobufVersion` from 3.25.2 to 4.30.2. Updates `com.google.protobuf:protobuf-java` from 3.25.2 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/compare/v3.25.2...v4.30.2) Updates `com.google.protobuf:protobuf-java-util` from 3.25.2 to 4.30.2 Updates `com.google.protobuf:protoc` from 3.25.2 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/compare/v3.25.2...v4.30.2) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc 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 0aad9dad1..5b7d90522 100644 --- a/packages/dsl-java/build.gradle +++ b/packages/dsl-java/build.gradle @@ -26,7 +26,7 @@ tasks.withType(Javadoc).configureEach { def caseCoreVersion = "0.21.0" def grpcVersion = "1.71.0" -def protobufVersion = "3.25.2" +def protobufVersion = "4.30.2" dependencies { api("io.contract-testing.contractcase:definitions:${caseCoreVersion}") {