From 2f979b554eb1d5d14f6122b8cfea27f2926ead96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:18:49 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.24.4 to 4.27.2 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.24.4 to 4.27.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/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dec48d3..86837a3 100644 --- a/build.gradle +++ b/build.gradle @@ -140,7 +140,7 @@ ext { wasmtime_version = "0.19.0" junit_version = "4.13.2" mockito_core_version = "5.6.0" - protobuf_version = "3.24.4" + protobuf_version = "4.27.2" openfeature_version = "1.7.0" }