From 087f415dc6bcbdca70e9e1ed7271c0be43373b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 00:27:56 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 4.27.4 to 4.28.0 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.27.4 to 4.28.0. - [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-minor ... 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 e4392db4..5f4b3e6b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ tasks.shadowJar { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.27.4" + artifact = "com.google.protobuf:protoc:4.28.0" } }