From 365201d7cae83f5abf199949e7725e09d5beb7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:57:30 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 3.25.2 to 4.27.2 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.25.2 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:protoc 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 b3249fb704..6c99b6fcc7 100644 --- a/build.gradle +++ b/build.gradle @@ -134,7 +134,7 @@ javafx { } protobuf { - protoc { artifact = "com.google.protobuf:protoc:3.25.2" } + protoc { artifact = "com.google.protobuf:protoc:4.27.2" } } // Inform IDEs like IntelliJ IDEA, Eclipse or NetBeans about the generated code.