From 2045d1ee65d570d2a5ce1ee8239635899b44c7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:30:17 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 21ac643..7781405 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" }