From 790c7493a61f16332adb960b51487bb4ac8164ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:08:24 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 4.27.0 to 4.27.3 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.27.0 to 4.27.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:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cbdb7df1..054954f3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ tasks.shadowJar { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.27.0" + artifact = "com.google.protobuf:protoc:4.27.3" } }