From 7b6fbbe66df6024e66c3f417f47c830d678b7ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:25:35 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 3.25.2 to 3.25.3 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.25.2 to 3.25.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/compare/v3.25.2...v3.25.3) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... 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 3b8435cedf..ed77509139 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ javafx { } protobuf { - protoc { artifact = "com.google.protobuf:protoc:3.25.2" } + protoc { artifact = "com.google.protobuf:protoc:3.25.3" } } // Inform IDEs like IntelliJ IDEA, Eclipse or NetBeans about the generated code.