From 6abbba1e4fca9891ef5e7d2f3b0b62cd5e044053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 01:27:29 +0000 Subject: [PATCH] build(deps): bump protobufVersion in /packages/dsl-java Bumps `protobufVersion` from 4.29.3 to 4.30.0. Updates `com.google.protobuf:protobuf-java` from 4.29.3 to 4.30.0 - [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.0) Updates `com.google.protobuf:protobuf-java-util` from 4.29.3 to 4.30.0 Updates `com.google.protobuf:protoc` from 4.29.3 to 4.30.0 - [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.0) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-minor ... 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 57e000511..b027d8d56 100644 --- a/packages/dsl-java/build.gradle +++ b/packages/dsl-java/build.gradle @@ -26,7 +26,7 @@ tasks.withType(Javadoc).configureEach { def caseCoreVersion = "0.18.0" def grpcVersion = "1.70.0" -def protobufVersion = "4.29.3" +def protobufVersion = "4.30.0" dependencies { api "io.contract-testing.contractcase:definitions:${caseCoreVersion}"