From 324f1aa766ab113664bcaae15ccc6ce42a2adfc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:32:06 +0000 Subject: [PATCH] build(deps): bump protobufVersion in /packages/dsl-java Bumps `protobufVersion` from 4.29.2 to 4.29.3. Updates `com.google.protobuf:protobuf-java` from 4.29.2 to 4.29.3 - [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 4.29.2 to 4.29.3 Updates `com.google.protobuf:protoc` from 4.29.2 to 4.29.3 - [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-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... 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 7696ed014..6ad1476cd 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.69.0" -def protobufVersion = "4.29.2" +def protobufVersion = "4.29.3" dependencies { api "io.contract-testing.contractcase:definitions:${caseCoreVersion}"